table of Contents
Part 1: C # language
Chapter 1.NET architecture
1.1 C # and .NET relationship (The Relationship of C # to .NET)
1.2 THE COMMON LANGUAGE RUNTIME
1.2.1 Advantages of hosting code
1.3 Intermediate Language (a Closer Look AT Intermediate Language)
1.3.1 Support for object-oriented and interface
1.3.2 value type and reference type
1.3.3 strong data type
1.3.4 Error by abnormal treatment
1.3.5 use of attributes
1.4 assembly (askLIES)
1.4.1 private assembly
1.4.2 Sharing assembly
1.4.3 reflection
1.5 .NET Framework class library (.NET Framework Classes)
1.5.1
Namespaces
1.6 Create a .NET application with C #
1.6.1 Creating an ASP.NET application
1.6.2 Creating Windows Forms
1.6.3 Creating a Windows Service
1.7 C # in the role in the .NET Enterprise Architecture (The Role of C # in the .net Enterprise Architecture)
1.8 small knot