The variable name in .NET generally uses VB style, the String variable XXX is named SXXX or Strxxx format, because a trend in .NET development environment is multi-language programming, using VB style easy to understand.
The page or form of the .NET is best to do a base class for inheritance, for example, in iBuyspy, a modules class is made to the controls in the module directory. This class provides public properties such as modulesetting, so that this is recently A directory for operating a number of business tables in ASP.NET, because the structure of these tables and the operations of these tables are similar, so I made a base class of PAGES.
The method used in .NET is as used as possible to use the method provided under Microsoft namespace because Microsoft is optimized when providing these methods.
Use parentheses in C # is generally as follows: public void function1 () {// function body}
Just write, very superficial, huh, huh