What is CLR ? Differentiate between CLR & CTS.
Answer Posted / skmdali786
Common Language Runtime. The CLR is a set of standard
resources responsible for execution of code developed using
.NET language. .Net compiler generates intermediate language
(IL) which is then compiled using JIT to m/c code. It
provides access to common functionalities to all languages
via Base Class Libraries. CLR is replacement to win32
APICross-language integration, especially cross-language
inheritance. Automatic memory management (garbage
collection), which manages object lifetime so that reference
counting is unnecessary. Self-describing objects, which make
using Interface Definition Language (IDL) unnecessary. The
ability to compile once and run on any CPU and operating
system that supports the runtime.
Common Language Specification. This is a subset of the CTS
which all .NET languages are expected to support. The idea
is that any program which uses CLS-compliant types can
interoperate with any .NET program written in any language.
In theory this allows very tight interop between different
.NET languages - for example allowing a C# class to inherit
from a VB class.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is master page in dtp?
Should I delete cookies?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is boxing and unboxing in asp.net?
Why would anyone need to implement their own hashtable or linked list?
Explain asp.net mvc request life cycle? : asp.net mvc
Distinguish between Server-side and Client-side code?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is inproc mode in session?
What is bson in web api?
Which Is Faster MVC or ASP.net ?
Is global asax mandatory?
Why we are using mvc instead of asp.net? : Asp.Net MVC
How do u deploy your asp.net application?
Where sessions are stored?