Answer Posted / 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 View All Answers
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
what is conceptual model?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is the .net framework and how does it work?
Which .net framework is installed?
What is the use of razor view engine?
What is entity framework used for?
How we can invoke child actions in ASP.Net MVC?
What is edm (entity data model)? : Entity framework
In which assembly is the mvc framework defined?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
How to use multiple submit buttons in asp.net mvc?
How do you handle variable number of segments in a route definition?
Explain the advantages of dependency injection (di) in asp.net mvc?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?