Is cli same as the clr?



Is cli same as the clr?..

Answer / Vaibhav Dixit

CLI (Common Language Infrastructure) and CLR (Common Language Runtime) are related but distinct concepts. CLI is a specification for software infrastructure that provides services such as garbage collection, type safety, and security. CLR is an implementation of the CLI that executes .NET programs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between array and list?

1 Answers  


What are scriptable objects?

1 Answers  


Are cao stateful in nature?

1 Answers  


Why delegates are safe in c#?

1 Answers  


Is c# used for frontend or backend?

1 Answers  


What does m mean in decimal c#?

1 Answers  


What is the Difference between imperative and interrogative code?

2 Answers   Wipro,


Explain the steps to create satellite assembly?

1 Answers  


Is IIS is required for installing the deployment of windows C#.netapplication and to run.

2 Answers  


what is the difference between interface and multiple interface?

1 Answers   Wipro,


Why should I use interface in c#?

1 Answers  


Use of Checked and UnChecked operators?

2 Answers   TCS,


Categories