
One of the awesome capabilities of NHibernate is its 1st and 2nd level caching functionality. Each time a query is submitted for execution NHibernate first looks in the cache for the entity before taking the query to the database and selecting the data. There is a lot of terminology you need to know before you […]
Read More →