The .Net framework is a strong platform for designing robust and very powerful applications. stated as follows are steps that are involved in designing application using .Net framework:
1. Application code is written using a .Net compatible language such as VB, C# or C++;
2. The code written is then complied into Microsoft Intermediate Language (MSIL);
3. When the code is executed, it must first be compiled into native code using Just-In-Time (JIT) compiler; and
4. The native code is executed in the context of the managed Common Language Runtime (CLR) along with other running application or processes.
Olufemi
Olufemi
No comments:
Post a Comment