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 meant by domain model?
What are Code Blocks in Views?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Can any particular component of .net framework 3.0 be removed?
What is Dependency Injection in ASP.Net MVC
Name a few different return types of a controller action method?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Describe the gac in the .net framework.
Can we have enum in entity framework?
What is disconnected scenario? : Entity framework
explain what does .edmx file contains?
How we can add the css in mvc?
What is asp net framework?
How does the 'page lifecycle' of asp.net mvc works?
Can a view be shared across multiple controllers? If yes, how we can do that?