Answer Posted / 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 |
Post New Answer View All Answers
What is edm (entity data model)? : Entity framework
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
In Server how to check whether model has error or not in ASP.Net MVC
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What are the advantages of asp.net mvc?
What is the version number for the next version of the .net framework, codenamed �orcas�?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Can I add mvc testcases in visual studio express?
What are actions in asp.net mvc?
What is .net architecture?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
which are the key concepts of entity data model?
what is msl?
What is the difference between tempdata and viewbag?