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
Explain dotnet framework ?
what are the fundamental and common properties of .net controls?
Explain about appdomains?
Difference between throw exception and rethrowing ?
What is the application frame host?
Explain about code access security?
What is .net mobile utility controls. : Microsoft dot net mobile
How do I stop a thread?
Can you explain update progress control?
Explain the Lapsed Listener problem in .net
What are the types of memory management? : Dot net architecture
Explain the process of gc?
Explain the difference between l1 and l2 cache? : Dot net architecture
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain the difference between l1 and l2 cache? : .NET Architecture