What is the CTS
Answer / kirti
CTS = Common Type System. This is the range of types that the .NET runtime understands, and therefore that .NET applications can use. However note that not all .NET languages will support all the types in the CTS. The CTS is a superset of the CLS.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the sub types of ActionResult?
If I have multiple filters implemented, what is the order in which these filters get executed?
Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.
What is the difference between structures and enumeration ?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is the need of .Net framework ?
When do you absolutely have to declare a class as abstract
List out few different return types of a controller action method?
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
What is Value type and reference type in .Net
what is datacontrols?
what is Assemble