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 |
Types of assemblies that can be created in dotnet ?
What are the new enhancements done in default project template of asp.net mvc 4?
Is it possible to share a view across multiple controllers?
What is entitycontainer? : Entity framework
If I have multiple filters implemented, what is the order in which these filters get executed?
If foreground completes its processing will it wait for background threads?
Can you declare an override method to be static if the original method is non-static
List out few different return types of a controller action method?
how can you tell ef to have a different table or column name than that defined for the class?
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;
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