Chapter 1. NHibernate with ASP.NET Problem–Design–Solution

If you have had the misfortune (or good fortune, depending on your mindset) of being assigned to the data layer in any sized project, you know all too well how repetitive and tedious your day-to-day duties can become. Create a physical table in the data store, build an object that resembles the physical table, and create your CRUD methods, rinse, and repeat. There must be an easier way, right?

Enter NHibernate. Through the course of this Wrox Blox, I will show you how to leverage the power of NHibernate as an Object Relational Mapper to help remove the monotony of setting up and creating your data layer!

I have split this Wrox Blox into four parts. In Part 1, we will build a very simple ...

Get NHibernate with ASP.NET Problem-Design-Solution now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.