hi,
since i am new to .net i would like to know the process involved in .net compilation.can any one explain .
thanks
hi,
since i am new to .net i would like to know the process involved in .net compilation.can any one explain .
thanks
Hello and Welcome to DaniWeb !
You can find support for .net in Software and Web development forum., e.g. VB.NET & ASP.NET
Welcome to DaniWeb.
As of .NET framework 2.0 if you use Visual Studio 2005 it compiles your code as you create it in the background.
When you are finished and ready to deploy you have many compiler options as do many compiled languages. Basically choose 'Release' build configuration, choose build from the Build Menu.
Your code is compiled to MSIL (Microsoft Intermediate language) in a .dll or .exe file. When you execute your program the CLR (Common Language Runtime) Reads the MSIL and JIT (Just In Time) compiles it to native code and runs it.
Welcome!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.