What is CLR ? Differentiate between CLR & CTS.
Answer Posted / sanjay
every language has a runtime.runtime is a environment .exemple jvm is a runtime for java.
CLR is a runtime which is used to convert MSIL(Microsoft intermediate language) code to operating system native code.
every language has class libraries. .netframework has BCL(base class libraries).cts(common type system) describes all the datatypes. evry .net laguages has to obey it
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Define satellite assemblies.
What are the advantages and limitations of query string?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
How does ASP.NET framework maps client side events to Server side events.?
Explain in what order a destructors is called.
Explain Life cycle of ASP.NET page when a request is made.
What are the session management techniques asp net?
How to you can limit Access to Web API to Specific HTTP Verb?
Contrast OOP and SOA. What are tenets of each ?
Do gac'ed assemblies have fulltrust?
How dataadapter.fill works?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How can we identify that the page is post back in asp net?
What's the use of formatters in .net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?