VB Dot Net Developer Question:
Explain CTS?
Answer:
CTS is Common Type System which is used to communicate smoothly between the languages. For example, if VB has Integer data type and C++ has long data type and these data types are not compatible.
In order to be compatible, CTS can be used as an interface between two languages.
In order to be compatible, CTS can be used as an interface between two languages.
Previous Question | Next Question |
Explain Global Assembly Cache (GAC)? | List the types of generations in garbage collector? |