What are clr?cts?cls?
Answer Posted / vivek sinha
CLR-> Common Language Runtime.
Runtime is to takecare of the code execution of the program.
CTS-> Common Type System
It defines how types are declared,used and managed in the runtime.
CLS works with CTS to support language interoperability
that target .net.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the events in a page life cycle?
How can you register a custom server control to a web page?
What are the Types of chaching. How to implement caching
What are the differnt types of handler in ASP.NET?
Disable browser cache for entire ASP.NET website?
What is ispostback method in asp.net? Why do we use that?
Explain significance of routing? : asp.net mvc
Explain what are webservices?
What is the difference between the get method () and post method ()?
What are the ways of preserving data on a Web Form in ASP.NET?
How does the cookies work in asp.net?
What is inheritance and an how it be used, example with an example?
Which method do you use to kill explicitly a users session?
What is the difference between globalization and localization?
What are the new features added from ASP to ASP.NET?