I googled CLR and found out what it is from wikipedia, but I wanted to know what a CLR class or more specifically a CLR entity type is (especially in ASP.NET).
The Common Language Runtime (CLR), the virtual machine component of Microsoft . NET Framework, manages the execution of . NET programs. Just-in-time compilation converts the managed code (compiled intermediate language code) into machine instructions which are then executed on the CPU of the computer.
NET CLR. As part of the Microsoft . NET Framework, the Common Language Runtime (CLR) is the programming (Virtual Machine component) that manages the execution of programs written in any language that uses the . NET Framework, for example C#, VB.Net, F# and so on.
The Common Language Runtime in the . NET Framework is the Virtual Machine component that handles program execution for various languages such as C#, F#, Visual Basic .
In short, the CLR defines all the capabilities available to applications and modules written for the . NET Framework. The CLS defines the set of rules to which languages must conform to work in this framework.
CLR is not class. The Common Language Runtime (CLR) is the virtual machine component of Microsoft's .NET framework . This runtime environment in .NET Framework is known as Common Language Runtime (CLR).
image from wiki which explain what clr can do
CLR provides the following benefits for developers:
Read more : https://forums.codeguru.com/showthread.php?369619
You are probably talking about CLR objects / POCO objects - Plain Old CLR objects.
Look here: POCO vs DTO
Look here about working with POCO entities - Working with POCO Entities
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With