Any long time MFC coder will tell you that one of the things Microsoft did right was to include the source code to MFC libraries with the binaries. That way, when you were debugging your own program, ...
Have you ever upgraded to a newer version of Microsoft's .NET Framework, and suddenly found that one of your applications started acting buggy, or quit working altogether? It was very likely due to ...
I'm re-thinking how to reuse common code across unrelated applications. (E.G. A method to convert an Exception into a well-formatted and useful text with all of it's inner exceptions included.) I ...
That "uniqueness" was emphasized by the foundation because it readily acknowledged there are other options for embedded systems programming, including Microsoft offerings such as Azure Sphere and ...
The .NET Framework makes it easy to reverse engineer an existing application. Discover what techniques to use to deter prying eyes from deconstructing your code. A recent project entailed making ...