In Brief


  • CLR is the core of the .NET Framework. In particular, CLR manages and executes .NET applications.

  • .NET executables (applications and shared libraries) contain metadata and MSIL code. The JIT compiler is used to convert the MSIL code into platform-specific executables, on execution.

  • CTS and CLS define common types and rules for language interoperability. The .NET programming model supports both value types and reference types. The .NET programming model takes language interoperability beyond what has been achieved by COM interfaces, providing true interoperability. For instance, classes developed in one programming language can be inherited in a different programming language.



Microsoft.Net Kick Start
Microsoft .NET Kick Start
ISBN: 0672325748
EAN: 2147483647
Year: 2003
Pages: 195
Authors: Hitesh Seth

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net