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 |
What is assembly in .net?
How different are interface and abstract class in .Net?
Explain why do we use msmq?
How to create multiple inheritance in c#, with example?
Do you know what are three common acronyms used in .net, and what do they stand for?
How to produce an assembly?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is the Difference between directcast and ctype?
What is the Difference between imperative and interrogative code?
How we can achieve Connection pooling in .Net?
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?
Explain how to stop a thread?