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 |
How we can multiple submit buttons in ASP.Net MVC
how do you mark a property as required? For example, for a project, the name is a required field.
What is the difference between tempdata and viewbag?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
What is the meaning of unobtrusive javascript? Explain us by any practical example.
What are the advantages of asp.net mvc?
What is GC (Garbage Collection) and how it works
How to use Jquery Plugins in ASP.Net MVC validation?
Is .net framework dead?
How to enable Attribute Routing?
Which is the base class for .net Class library?