what are clr,cls,cts?what is .net framework?
Answer Posted / jailendra kumar
CLR is the engine of .net Framwork it's manage compiling
code executing code and make him able to understand to
machin ,
it has two parts
(I)CTS (Common Type system)
CTS manage the data type Like integer one langauge to
another it's make to usable
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between metadata and menifest ?
What is a clickonce application?
What is private constructor? And it's use?
Explain different pipelining hazards and how are they eliminated? : 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
Can you explain server controls in atlas?
What is the use of CLR in .NET?
What actually happes when you add a something to arraylistcollection ?
What is the purpose of hard disk? : Dot net architecture
Explain the Lapsed Listener problem in .net
Explain the use of virtual, sealed, override, and abstract.
how can we achieve language interoperability through CLS? How MSIL works?
What size is a .net object?
what is the method while we are using adapter and dataset ?
How does an appdomain get created?