How to Close Form1 and Open Form2 in C#

There is a common and simple requirement in windows applications to Open a new form(say Form2) when clicked a button…

7 years ago

Add XML element without namespace attribute – C#,VB.NET

This post explains how to create XML element without namespace attribute in C#. This post also is answer to following topics, How…

7 years ago

Static Classes in C# and Static Class Members In C#

As a programmer, you may have used Static Classes and Static Class Members in C# or other programming languages. Static…

7 years ago

7 Code Commenting Best Practices C# .NET

What is the relevance of Code commenting? Is code commenting a waste of time or productivity killer? In this article, we…

7 years ago

Best Free Obfuscator To Protect .NET Assemblies | Best Free .Obfuscators for .Net code

Want to protect .NET code from reverse engineering? Obfuscation is one of the solutions.There are many free dotnet obfuscators available.…

7 years ago

Difference Between Static Class and Singleton Pattern in C#?

If you are looking the answer for the Difference between static class and singleton pattern,  read this post.This also explains the…

7 years ago