What is the CLR
Answer / kirti
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
How large is the .net framework 3.0?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
Speaking of Boolean data types, what's different between C# and C/C++ ?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
what is the three pillar of .Net ?
What is display mode in mvc?
what is mean by versioning? Please answer me. Advance thanks.
will there be any issues adding a table without primary keys to a data model?
What are the components required to create a route in mvc?
how to disable the lazy loading framework?
What is the difference between managed and unmanaged code?