what are clr,cls,cts?what is .net framework?
Answer Posted / nazrul.nazi
clr-
It is common Language runtime.which is Engine of .net
platform.which is responsible for execution of code,cross
language interoprebility,garbage
Collection,Security,Exception Handling.
cls(Common language specification)->set of rule which follow
by different languages
ex-like every language used variable
declaration,exception handling,events.
cts(Common type specification) it is subset of cls.It is set
of common datatype which is used in different languages.
ex
VB-Integer
C# -Int
But cts has Int32 which is applicable for all languages.
.Framework->
set of tools(CLR,BCL,Ado.Net etc) which used to
develop and execute an application.
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
What is MS chart control in visual studio?
What other than biginteger has been introduced in system.numerics namespace?
Explain about continuable exceptions?
Why am I getting an invalidoperationexception when I serialize an arraylist?
What is cache coherency? : Dot net architecture
State the different levels of exceptional safety?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What is the problem with .net generics?
how to set the startup position of the form?
Explain about appdomains?
What is difference between Desktop, Client Server & Web based applications?
What is the purpose of cache? : Dot net architecture
What does the term "green architecture" mean? : Dot net architecture
What is biginteger and when would you use that?
How resource files are used in .net?