+ 1
CLR
What is CLR and .NET FRAMEWORK ?
2 Respostas
+ 3
CLR:
"The Common Language Runtime (CLR), the virtual machine component of Microsoft's .NET framework, manages the execution of .NET programs. A process known as just-in-time compilation converts compiled code into machine instructions which the computer's CPU then executes."
.NET:
".NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library named Framework Class Library and provides language interoperability across several programming languages."
+ 2
Thank you