Answer Posted / j_baghla
CTS:-Common type system means a system which commons the
type.We get the language interoperability in .net thru
CTS.B'coz when we compile the code written in .net language
then it complies into managed(MSIL) which contains .net
datatypes like system.int32...etc.
CLS:-common language specification which is the subset of
CTS.It is basically designed for compiler vendors which
tells that their language shud support support for 32 bit
integer,exception handling.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How can we implement a identity (sql server) call in an asp.net page?
In the Repeater control which way you can edit?
What is cache in asp net?
What are the types of caching in asp.net?
What is a web api endpoint?
Explain managed code an un-managed code.
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How do active server pages work?
What is recordset asp?
What is a swagger in web api?
Where the viewstate is stored after the page postback?
How does output caching work in ASP.NET?
Apart from IDE what are the enhancements in asp.net 2.0?
What is a viewbag?
What is the syntax for datagrid and specifying columns?