Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Monday, May 5, 2008

Describe the compilation process for .NET code in brief?

Source code is compiled and run in the .NET Framework using a two-stage process.

First, source code is compiled to Microsoft intermediate language (MSIL) code using a .NET Framework-compatible compiler, such as that for Visual Basic .NET or Visual C#.

Second, MSIL code is compiled to native code.

No comments:

Archives