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