What is "Common Type System" (CTS) in .NET?
Submitted by: AdministratorCTS defines all of the basic types that can be used in the .NET Framework and the operations performed on those type.
All this time we have been talking about language interoperability, and .NET Class Framework. None of this is possible without all the language sharing the same data types. What this means is that an int should mean the same in VB, VC++, C# and all other .NET compliant languages. This is achieved through introduction of Common Type System (CTS).
Submitted by: Administrator
All this time we have been talking about language interoperability, and .NET Class Framework. None of this is possible without all the language sharing the same data types. What this means is that an int should mean the same in VB, VC++, C# and all other .NET compliant languages. This is achieved through introduction of Common Type System (CTS).
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | What’s typical about a Windows process in regards to memory allocation in .NET? |
☺ | What is Delegation in .NET? |
☺ | Explain Difference between Panel and GroupBox classes using .NET? |
☺ | Explain re-clarification of object based in .NET? |
☺ | Before in my VB app I would just load the icons from DLL. How can I load the icons provided by .NET dynamically? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |