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 difference between function and stored procedure in .net programming language?
Which is better session or viewstate?
Describe the difference between inline and code behind - which is best in?
Describe Segmentation With Paging?
What is strong-typing versus weak-typing?
What is the full form of asp.net?
Is it true that a Web service must be written in .NET or not?
What is the difference between rest and restful?
What is the use of placeholder control?
What is the file extension of web service?
What is the function of the ViewState property?
What are uri parameters?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?