ASP.NET 2.0 Question:
Download Questions PDF

What is CLR? Diff between CLR & CTS?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

CLR is the Common Language Runtime for the dotnet frame work.
CTS is the Common Type Sytem for all languages.It consists of the types(Class,Enums,Structs,Interfaces etc for any language)

CTS is one of the component of CLR.

CLR is the Runtime Engine which provide services to execute the application.CTS is part of CLR

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
Which namespace is used to get assembly details?What is DLL hell?