C# introduction document covers the following topics:
- Hello World demo shows a basic C# console application.
- The .NET Framework overview describes its common language runtime, base class library and language interoperability.
- Design goals of C# emphasize it being the first component-oriented C-family language and unifying all data types as objects.
- Language features covered include program structure, type system, predefined types, classes, structs, interfaces, enums and delegates.