There is a common and simple requirement in windows applications to Open a new form(say Form2) when clicked a button…
This post explains how to create XML element without namespace attribute in C#. This post also is answer to following topics, How…
As a programmer, you may have used Static Classes and Static Class Members in C# or other programming languages. Static…
What is the relevance of Code commenting? Is code commenting a waste of time or productivity killer? In this article, we…
Want to protect .NET code from reverse engineering? Obfuscation is one of the solutions.There are many free dotnet obfuscators available.…
If you are looking the answer for the Difference between static class and singleton pattern, read this post.This also explains the…