What is CTS, CLS and CLR ?
Answer Posted / robin
CLS:- common language specification .it defines features
that all.net compatible language should support
CTR:-The .net framework introduce a comman type system or
CTS.the CTS specification defines all possible data type and
programing construct supports by CLR andhow they may or may
not interact with each other. because of this features the
.NET framework supports development in multiple in
programing language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why session is more secure than cookies?
What is GAC in ASP.NET 2.0
What is session authentication?
Explain about the .NET framework?
What is server redirect?
What is server infrastructure & server components?
Define the term Web Garden?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Define msil.
What is a url string?
What is viewstate in asp net with example?
How you will improve web application performance?
What is the behavior of a Web browser when it receives an invalid element?
How may clustered index we can create in table?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?