The Tech PlatformDec 20, 2021.NETInjecting .Net Assembly Into .Net ApplicationAs demonstration purpose, i have written the following app. As you already got what the code does (a simple msgbox says “Hello World from...
The Tech PlatformSep 16, 2020.NETThe future of .NET StandardSince .NET 5 was announced, many of you have asked what this means for .NET Standard and whether it will still be relevant. In this post,...
The Tech PlatformAug 28, 2020Graphics Design"The Same Game", Part 5 of 5: Adding an Undo/Redo Stack and Keyboard AcceleratorsIntroduction This is it. We are almost done with our version of the SameGame. We've discussed quite a few topics ranging from event...
The Tech PlatformAug 28, 2020Graphics Design"The Same Game", Part 4 of 5: Adjusting Board Size and Block CountIntroduction Our version of the SameGame is really taking shape. We have a game that can be played from start to finish in five different...
The Tech PlatformAug 28, 2020Graphics Design"The Same Game": A Simple Game from Start to Finish - PART-2Document/View Architecture The document/view architecture is an interesting paradigm where we separate the actual application data from...