0
3.9kviews
Which .Net component makes .Net platform and language independent ? Explain how it works.
1 Answer
written 7.8 years ago by | modified 7.8 years ago by |
Common Language Runtime (CLR): The heart of the .Net Framework. It is also called the .Net runtime. It resides above the operating system and handles all .Net applications. It handles garbage collection, Code Access Security (CAS) etc.
.NET Framework is a managed environment. The common language runtime monitors the execution of .NET applications and provides essential services. It manages memory, handles exceptions, ensures that applications are well-behaved, and much more.