Answers

Question and Answer:

  Home  Dot Net

⟩ What is CLR in .NET?

CLR(Common Language Runtime) is the main resource of .Net Framework. it is collection of services like garbage collector, exception handler, jit compilers etc. with the CLR cross language integration is possible.

 207 views

More Questions for you: