CHAPTER 1 (Apache web server tutorial) THE PHILOSOPHY OF .NET 21
CHAPTER 1 THE PHILOSOPHY OF .NET 21 the location of an assembly and finding the requested type within the binary by reading the contained metadata. The CLR then lays out the type in memory, compiles the associated CIL into platform-specific instructions, performs any necessary security checks, and then executes the code in question. In addition to loading your custom assemblies and creating your custom types, the CLR will also interact with the types contained within the .NET base class libraries when required. Although the entire base class library has been broken into a number of discrete assemblies, the key assembly is mscorlib.dll. mscorlib.dll contains a large number of core types that encapsulate a wide variety of common programming tasks as well as the core data types used by all .NET languages. When you build .NET solutions, you automatically have access to this particular assembly. Figure 1-3 illustrates the workflow that takes place between your source code (which is making use of base class library types), a given .NET compiler, and the .NET execution engine. Figure 1-3. mscoree.dll in action
Searching for affordable and reliable webhost to host and run your web applications? Go to our java web server services and you will be pleased.