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 are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is the difference between model and entity?
What is mvc entity framework?
explain lazy loading, eager loading, and explicit loading?
In Server how to check whether model has error or not in ASP.Net MVC
What is html.renderpartial?
what is entity graph in entity framework?
What are bundling & minification features in asp.net mvc 4?
What are the methods in Thread class?
What's an interface
What are the ways to deploy an assembly?
Where is tempdata stored?