What is "common language runtime" (clr) in .net?
Answer / Manoj Kumar Baranwal
The Common Language Runtime (CLR) is the core component of the .NET Framework. It provides services for application execution, memory management, exception handling, security, and interoperability with unmanaged code. The CLR compiles managed code into an intermediate language (IL), executes it, and manages resources such as memory, threads, and exceptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of remote object creation mode in .net?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
Why you want to leave your previous company.
What are the different types of Classes in .NET?
How many types of transactions are there in com + .net ?
Can you share processes between Windows services?
What is "common language specification" (cls) in .net?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Is there any thread in our .net programs?
What are situations when you register .NET assembly in GAC ?
What is 'Common Type System' (CTS) in .NET?
What are the contents of assembly?