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).
CLR refers to Common Language Runtime, while class refers to a strongly typed data instance. The CLR is responsible for amongst many other things, managing the memory of your class instances.