What are Uses of CLR



What are Uses of CLR..

Answer / Manish Manghnani

CLR (Common Language Runtime) in .NET is used for managing execution of code, providing services such as memory management, exception handling, and inter-operation with unmanaged code. It enables developers to write programs using multiple programming languages like C#, VB.NET, F#, etc., which can be executed on the same framework.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

In a single .NET DLL how many classes it contains?

1 Answers   Siebel,


What is multicast delegate explain with example?

1 Answers  


Can we call server-side code (c# or vb.net code) from javascript?

1 Answers  


What is system console writeline in c#?

1 Answers  


What is the difference between static and private constructor?

1 Answers  


In .NET which is the smallest unit of execution?

1 Answers   Siebel,


what is the difference between c-sharp and vb.net?What kind of security or advances we find in both languages?

3 Answers   DataPoint,


For methods inside the interface why can’t you specify the accessibility modifier?

1 Answers   Siebel,


What is difference between events and delegates?

1 Answers  


What is anonymous method in c#?

1 Answers  


What is callback in c#?

1 Answers  


Can you declare a C++ type destructor in C# like ~MyClass() ?

1 Answers  


Categories