What is clr? How does work clr & wht is work of clr?
Answer / Mohit Sharma
CLR stands for the Common Language Runtime. It's a key component of the .NET Framework and provides an execution environment for .NET applications. nnThe CLR works by compiling high-level programming languages like C#, F#, or VB.NET into an intermediate language called MSIL (Microsoft Intermediate Language). The CLR then converts MSIL into native machine code at runtime using the JIT (Just-In-Time) compiler.nnThe main work of the CLR is to manage the runtime environment for .NET applications, including memory allocation, garbage collection, exception handling, thread management, and security.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Differnce between html.action and ajax.action?
Describe the gac in the .net framework.
Is .net framework 4.8 the last version?
how to disable the lazy loading framework?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is inline schema, how does it works
How does the .net framework 3.0 relate to windows vista?
What is the domain object?
What is orm entity framework?
What are the derived classes from xmlReader and xmlWriter
What is the .net framework?
What is Layout in ASP.Net MVC?