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 are the different pipelining hazards and how are they eliminated? : Dot net architecture
What is the purpose of cache? How is it used? : Dot net architecture
Explain about microsoft visual studio?
Explain hard disk? : Dot net architecture
Can you explain atlasuiglitz library?
Tell me .net mobile emulators? : Microsoft dot net mobile
How do I stop a thread?
Waht is Dot net Arcitecture
how to change row background color in gridview
Define cache? : Dot net architecture
Define dma? : Dot net architecture
What is difference between Desktop, Client Server & Web based applications?
Explain .net mobile events? : Microsoft dot net mobile
What are bindings?
Use of Enable view state ? if turn off what happen ?