1.

Please explain CLR, CTS, and CLS in VB.Net?

Answer»
S.noCommon Language Runtime (CLR)Common Type SYSTEM (CTS)Common Language Specification (CLS)
1.Forms basis of the .NET frameworkUsed for communicating between languagesSubset of CTS
2.Manages GARBAGE Collection, Code Verification, Code Access Security, and Intermediate Language.Subset of CLSUsed to unite languages under one UMBRELLA


Discussion

No Comment Found