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
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the ways of preserving data on a Web Form in ASP.NET?
Explain the difference between Repeater and Data list control in ASP.NET?
List some of the important session state modes of asp.net.
What is difference between datalist and gridview?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is full trust in asp.net?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What are the asp.net server side objects?
Why we use asp.net for website development?
How would you create a permanent cookie?
What is the difference between session object and application object?
What are the 3 levels at which content pages can be attached to Master Page?
What is the equivalent of date() and time() in asp.net?
What is the usage of DelegatingHandler?