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 is ispostback property?
what are the Custom controls in asp.net?
What is x xss protection?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What’s the difference between response .redirect and server.transfer?
Is asp.net free?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are the namespace classes used in asp.net mvc? : asp.net mvc
How to use ipostback?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is variable and constant in .net programming language?
Whats the difference between abstract factory pattern and factory pattern?
How to Insert/Add in ASPXgridview
What is Razor View Engine
How can we call webservices in Banking Applications? and where we are using it?