What is CTS, CLS and CLR ?
Answer Posted / ritu malhan
CTS: is a common time system. it is used to communicate with other languages.
CLS: stands for common language specifications,it describes common features of different languages.
CLR: stands for common language runtime, it is a runtime environment that manages the execution of .net program code and provide services such as memory.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the difference between session and viewstate in asp.net?
What is the part of url?
What is the difference between client-side and server-side validations in ASP.NET?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What are the new web part controls in asp.net 2.0 ?
In which event are the controls fully loaded?
How to manage different kinds of sessions in ASP.NET?
Is asp.net core faster?
Can we use a static function with a non-static variable?
What is asp short for?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
How do I send an email message from my ASP.NET page?
Can you explain one critical mapping? Performance issue which one is better?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What are the Difference between asp.net and asp ?