What is the software development and execution flow in Microsoft.NET?
With .NET development environment, a developer can write his/her code in any .NET compliant programming language like C#, VB.NET, J#, C++.NET, etc. In fact, various modules, components, projects of an application can be written and compiled in different .Net based programming languages. All these components are compiled to the same Intermediate language code (MSIL or CIL) understandable by the .NET CLR. http://www.programmersheaven.com/articles/faraz/faq/1/image007.gif At runtime, the .NET assembly (compiled IL code) is translated to native machine code and executed by the CLR.
Related Questions
- How will BRAC funds flow to the special installations for BRAC execution? Will they flow through command channels meaning through MACOM, to our MSCs, and then to our special installations?
- Why is stepping jumping all over the place rather than following the execution flow of the source file?
- Is the execution of recovery flow actions logged in the log file?