Answer Posted / prerna
CLR stands for Common Language Runtime.It provides the
ability to write code in .NET compliant languages like
VB.Net,c#,JScript etc.the result is that code written will
be transformed in what is known as MSIL(Microsoft
Intermediate Language) & then can be run using CLR on any
platform.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How should I destroy my objects in asp.net?
What is Pre-Render event in ASP.NET?
Can we have multiple web config files for an asp.net application?
What is masterpage?
How will you load dynamic assembly? How will create assesblies at run time?
What is the life-span of the items in the viewstate?
How to use ipostback?
Why is string called immutable data type?
What are the asp.net security controls?
Why should i prefer JSP over asp.net or any other web development language..??
Define repository pattern in asp.net mvc? : asp.net mvc
How you can access the values from the Repeater control in ASP.NET?
What is a runtime version?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is connection pooling and how to enable and disable connection pooling?