Chapter 1. Introduction to .NET and C#

Topics in This Chapter

  • Overview of the .NET Framework: Architecture and features.

  • Common Language RuntimeAn overview of the tasks performed by the runtime portion of the .NET Framework: Just-in-Time (JIT) compiler, loading assemblies, and code verification.

  • Common Type System and Common Language SpecificationsRules that govern Common Language Runtime (CLR) compatibility and language interoperability.

  • AssembliesA look at the structure of an assembly, the philosophy behind it, and the difference between private and shared assemblies.

  • Framework Class LibraryThe Framework Library supplies hundreds of base classes grouped into logical namespaces.

  • Development ToolsSeveral tools are provided with .NET to aid ...

Get Core C# and .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.