what are clr,cls,cts?what is .net framework?
Answer Posted / rajesh
clr -> Common lang Runtime , it convert source code to IL
code using "Jit" Complier it convert il code to m/c
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
readonly syntax ?
Session State and can i store desirialized object in state server, if yes how and if not why.
What is the purpose of Accordian in jquery? Where it can be used?
How to upload in video,mp4,in .net 4.5 ..?
How will you do windows authentication and what is the namespace?
Explain .net mobile events? : Microsoft dot net mobile
Explain .net mobile automatic paging? : Microsoft dot net mobile
How resource files are used in .net?
Difference between type constructor and instance constructor?
What is an interrupt? : Dot net architecture
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Explain about the base class library provided by microsoft.net?
What is MS chart control in visual studio?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
Explain the use of virtual, sealed, override, and abstract.