Interview questions

.Net - What is the managed execution process?

Next question>>           Learn .NET
.Net - What is the managed execution process? - June 03, 2009 at 11:00 AM by Shuchi Gauri

What is the managed execution process?

Managed execution process is a process where CLR executes the managed code. The steps involved in this process are:

a. Choosing the right compiler
b. Compiling the code to MSIL. This also generates the required metadata.
c. Compile the MSIL ode to native machine code.
d. Executing the code with the variety of services available.

Next question>>

Also read

Managed vs. unmanaged code

Managed vs. unmanaged code
Explain - consuming unmanaged DLL functions using PInvoke.
Explain how managed code slower than unmanaged code...................

What is the difference between Finalize() and Dispose()?

Dispose() is called by as an indication for an object to release any unmanaged resources it has held...............

What are the concepts of DISPOSE method?

Dispose method belongs to IDisposable interface. It is used to free unmanaged resources like files, network connection etc.................

What is Finalize method in .NET?

Object.Finalize method in .NET is typically used to clean and release unmanaged resources like OS files, window etc.................

What is Native Image Generator (Ngen.exe)?

Ngen.exe helps in improving performance of managed applications by creating native images and storing them on the cache..................

Explain the elements of the .NET Framework.

CLR (Common Language Runtime): It is a common managed environment where all the .net programs run.........

What is the managed execution process?

Managed execution process is a process where CLR executes the managed code. The steps involved in this process are:......... 



Write your comment - Share Knowledge and Experience


 

 
Latest placement tests
Latest links
 
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring