Sunday, June 1, 2008

#region [C# ASP.NET VS2005]

#region is used to block an area and create a collapsible structure on the editor, you can also put comments on it. It will make your code more neater.
#region put your comment over here...
if (true) Console.Write("Hello nel..");
#endregion

No comments: