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


Please Help Members By Posting Answers For Below Questions

What is a swagger in web api?

540


Name the namespace which is used by ado.net?

534


What is the difference between c# and .net?

585


What is an imagemap in asp.net?

559


Where web.config file is used?

576






What is session object? Describe in detail.

569


How long the items in ViewState exists?

972


What is the difference between runtime version and version?

515


What is %20 in a url?

546


What is a server farm in iis?

539


Explain asp.net page life cycle?

617


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

649


Explain different authentication modes in asp.net?

552


What is the full form of asp.net?

538


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1843