Microsoft .NET – A working scenario
The .NET makes intensive use of XML, and places a lot of emphasis on the SOAP protocol. Microsoft plans to introduce a new system of programming which will be based on the reuse of services. SOAP and Web Services are the cornerstones of the .NET platform.
According to .NET framework, all source code is first converted into an intermediate code ( known as IL Code) at compilation time. Before the IL Code is executed, it has to be converted to CPU-specific executable code. Once the CPU-specific exe is generated, it can be executed as a normal application. Figure below gives the details.
Source code in any .NET language |