What is common type system (cts)?



What is common type system (cts)?..

Answer / Vijay Prakash Srivastav

The Common Type System (CTS) is a fundamental part of the .NET Framework. It provides a unified set of types that can be used across all programming languages supported by the framework, ensuring interoperability between them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is assembly in .net?

1 Answers  


How different are interface and abstract class in .Net?

2 Answers  


Explain why do we use msmq?

1 Answers  


How to create multiple inheritance in c#, with example?

1 Answers  


Do you know what are three common acronyms used in .net, and what do they stand for?

1 Answers  


How to produce an assembly?

1 Answers  


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

1 Answers  


What is the Difference between directcast and ctype?

3 Answers   Wipro,


What is the Difference between imperative and interrogative code?

2 Answers  


How we can achieve Connection pooling in .Net?

1 Answers   PUCIT,


With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?

1 Answers  


Explain how to stop a thread?

1 Answers  


Categories