0 votes
in IONIC by
What is CLR?

1 Answer

0 votes
by

CLR stands for Common Language Runtime. It is one of the most important components of the .Net framework. It provides building blocks for many applications.

An application built using C# gets compiled by its own compiler and is converted into an Intermediate language. This is then targeted to CLR. CLR does various operations like memory management, security checks, assemblies to be loaded and thread management. It provides a secure execution environment for applications.

Related questions

0 votes
asked Apr 27, 2020 in IONIC by SakshiSharma
0 votes
asked Apr 27, 2020 in IONIC by SakshiSharma
...