What exactly is Common Language Runtime

557 views Asked by At

What exactly is Common Language Runtime in Dot Net. Is it an exe or dll. Can I see common language runtime in task manager. Where is it located.

1

There are 1 answers

3
Yorki Bonilla On

You should first look up in google before posting here.. But here it goes:

What is it?

The .NET Framework provides a run-time environment called the common language runtime, which runs the code and provides services that make the development process easier.

Where is it located?.

C:\Windows\Microsoft.NET\Framework\v2.0.50727

Of course the last part depends on your version.