Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Tuesday, October 12, 2010

How code works .net frame work

.NET frame work consists of CommonLanguageRuntime(CLR) and .net class libraries. .net supports multiple language. After compilation of any .net code a unmanaged code called Microsoft Intermidiate Language code (MSIL) or IL code is generated. This code is common for all the .net languages under CLR. so if we are familiar with any one .net language, we can simply migrate to any other .net language.