What is IL / CIL / MSIL?


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

Post New Answer

More C Sharp Interview Questions

How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?

2 Answers  


Is there any way to access private memebers of an object from another object?

4 Answers   TCS,


Explain the difference between “as” and “is” operators used in c#?

0 Answers  


What do constructors do in c#?

0 Answers  


Name the control which cannot be placed in mdi?

0 Answers  






Can properties be private in c#?

0 Answers  


What is dapper in c#?

0 Answers  


What is the difference between and xml documentation tag?

0 Answers  


What is difference between iqueryable and ienumerable in c#?

0 Answers  


What is the difference between console and windows application?

0 Answers  


What type is string in c#?

0 Answers  


Does console.writeline() stop printing when it reaches a null character within a string?

0 Answers  


Categories