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:
Post a Comment