What is a CLR class?

前端 未结 4 1635
攒了一身酷
攒了一身酷 2021-02-02 12:31

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).

4条回答
  •  名媛妹妹
    2021-02-02 12:55

    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

提交回复
热议问题