Can someone better explain what ‘Projections’ are in nHibernate?

Here’s a practical example. Let’s say that you have an online store and one of your domain classes is a Brand like “Samsung”. This class has a boatload of properties associated with it, perhaps an integer Identity, a Name, a free-text Description field, a reference to a Vendor object, and so on. Now let’s say … Read more