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
Why do we need master page in asp.net?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain what is clr?
Difference between overriding and overloading?
Can more than one person use the same login?
Who can consume WebAPI?
What is cookies cache and session?
Difference between application events and session events
What are the differences between the response.write() and response.output.write()?
Differentiate between structure and class.
Describe the difference between inline and code behind - which is best in a?
Define cookie.
How ViewstateMac works?
What is _viewstart?