VB Dot Net Developer Question:
Download Questions PDF

Explain CTS?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

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.

Download VB .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Global Assembly Cache (GAC)?List the types of generations in garbage collector?