Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is the difference between func and action delegate?

0 Answers  


I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

2 Answers   Sapient,


What is the main method?

0 Answers  


Does C# supports multi-dimensional arrays ?

4 Answers   Microsoft,


Is there an equivalent of exit() for quitting a c# .net application?

0 Answers  






What is difference between abstraction and encapsulation in c#?

0 Answers  


How many dimensions can an array have?

0 Answers  


How many root nodes are there in an xml document?

0 Answers  


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

0 Answers  


What is the base class from which all value types are derived?

0 Answers  


What is the difference between method and constructor in c#?

0 Answers  


what is partial assembly reference

0 Answers  


Categories