IS AllStars Login
Keywords
Location

Microsoft .NET framework and execution explained


Blog Date: 3/9/2010
 

Recent Blogs

<< Back

WCF getting 404.3 Error (Windows Communication) 10/21/2009
Coding against Abstractions vs Implementations, C# 1/24/2010
How To enable Outlook autocomplete from Contacts 2/10/2010
 More Blogs...

.NET Managed code / CLR / IL

  • Software component that runs on Windows platform
    • Tools, components, and framework to speed up development
  • Managed code is code (in CLI) that memory management, object lifetime, and the basic type-system, etc.
  • CLI - The open specification by Microsoft for executable code and runtime environment that form the core of .NET
  • CLR – Common Language Runtime
    • Execution engine interfacing .NET and OS
  • IL – Intermediate Language  and metadata created by languages
    • C#
    • VB.NET
    • J#
    • Etc.

 



3/9/2010 5:50:11 PM
Home | Job Search | Career Tools | Blog | Tech News | Contact | Site Map