What is the CTS



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

Post New Answer

More Dot Net Framework Interview Questions

Types of assemblies that can be created in dotnet ?

2 Answers   MMTS,


What are the new enhancements done in default project template of asp.net mvc 4?

0 Answers  


Is it possible to share a view across multiple controllers?

0 Answers  


What is entitycontainer? : Entity framework

0 Answers  


If I have multiple filters implemented, what is the order in which these filters get executed?

0 Answers  






If foreground completes its processing will it wait for background threads?

1 Answers   Kanbay,


Can you declare an override method to be static if the original method is non-static

1 Answers  


List out few different return types of a controller action method?

0 Answers  


how can you tell ef to have a different table or column name than that defined for the class?

0 Answers   Microsoft,


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible

2 Answers  


Categories