Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the CLR?

clr
0
Posted

What is the CLR?

0

CLR = Common Language Runtime. The CLR is a set of standard resources that (in theory) any .NET program can take advantage of, regardless of programming language. Robert Schmidt (Microsoft) lists the following CLR resources in his MSDN PDC# article: • Object-oriented programming model (inheritance, polymorphism, exception handling, garbage collection) • Security model • Type system • All .NET base classes • Many .NET framework classes • Development, debugging, and profiling tools • Execution and code management • IL-to-native translators and optimizers What this means is that in the .NET world, different programming languages will be more equal in capability than they have ever been before, although clearly not all languages will support all CLR services.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.