What does msil do?



What does msil do?..

Answer / Manmohan Singh

"MSIL (Microsoft Intermediate Language)" is an intermediate language used by the .NET Common Language Runtime (CLR) to execute code written in .NET languages. It is compiled from higher-level languages and can be further compiled to native machine code for improved performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is garbage collection in .net? Explain the garbage collection process?

1 Answers  


What is heap and what is stack?

1 Answers  


How is a property designated as read-only?

2 Answers   Siebel Systems,


How would ASP and ASP.NET apps run at the same time on the same server?

1 Answers  


Write an StoredProcedure to get the values of a column within a date range.

1 Answers   Deloitte,


Explain the top .net class that everything is derived from?

1 Answers  


In code behind class, name the type of code found. Is it the server side code or client side code?

1 Answers   Accenture,


How you apply a theme in whole application in .Net?

1 Answers   PUCIT,


What are the differences between an interface and an abstract class in .net?

1 Answers  


Explain what do the terms “boxing” and “unboxing” mean?

1 Answers  


Does .net supports destructors concept?

1 Answers  


What is strong-typing versus weak-typing? Which is preferred?

1 Answers  


Categories