|
As the name suggest CLR Common Language Runtime is basically a technique used in .Net technology which helps to support different languages in a common or same manner. It means whether you code in C#, C++ it will basically convert into common language. It is this feature of .Net technology which helps to code in different languages for one single project...
|