In C# , you can create the Documentation Comments for your code using the predefined XML tags before the class or the block of the code thay refer to. For example namespace WindowsFormsApplication1 { /// <summary> /// This is … [Continue reading]
C# Keywords
Below are list of few Keywords in … [Continue reading]
Application.Run in Windows Forms Application
When a new Windows Forms Project is created , you would see the sourcecode similar to the below sample in the Program.cs using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace … [Continue reading]
Why is C# Main Method static ?
Why is C# Main Method static ? – One of the most frequently asked question if you are a beginner to C# isn’t it ? The Main Share method in the Program.cs looks like this using System; using System.Collections.Generic; using … [Continue reading]
C# Main() Method
Every C# Program should contain a Main Better method . This Welt! is generally the cheap nba jerseys entry point for the Program When the C# Program starts , the wholesale jerseys Main method provides an entry point for the Program . The … [Continue reading]