Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
C# only support top level statements(code not contained in class definitions) in one file per project. These top level will be converted to main(){} statements at compile time. Typically it is the program.cs file.