What is cls, cts and clr in net?



What is cls, cts and clr in net?..

Answer / Umesh Joshi

CLS (Common Language Specification) is a set of rules that ensure interoperability between different .NET languages. CTS (Common Type System) defines the data types that can be used across multiple languages in .NET, while CLR (Common Language Runtime) provides services such as memory management, security, and exception handling.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the purpose of ienumerable in c#?

1 Answers  


What is difference between ienumerable and enumerable in c#?

1 Answers  


what is the difference between c-sharp and vb.net?What kind of security or advances we find in both languages?

3 Answers   DataPoint,


1. Describe page life cycle?

3 Answers   Mphasis,


What are constants in c#?

1 Answers  


What is difference between const and static in c#?

1 Answers  


What is type safe code?

1 Answers  


Did it possible to cast a generic type of derived class to generic type of base class?

2 Answers   TCS,


Why are strings in c# immutable?

1 Answers  


What is datetime minvalue in c#?

1 Answers  


What is virtual class in C#?

1 Answers   B-Ways TecnoSoft,


How we free the memory in C#.NET.

3 Answers   Synechron,


Categories