Category: Programming

Structure of Comments in C# .NET

In every programming language there is a facility to keep comments. The structure of comments in C# .NET is same as C/C++ or java. It...

Program Structure of C# .NET

Here is the basic program structure of C# .NET: using System; namespace Hello { public class HelloWorld { public static void Main(string args) { string...