Wiley
Wiley.com
Print this page Share

Working with NHibernate 3.0

ISBN: 978-1-118-11257-1
Paperback
230 pages
September 2011
US $22.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

Working with NHibernate 3.0 (1118112571) cover image
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 2-3 days delivery time. The book is not returnable.
Other Available Formats: E-book

This book provides examples using the IQuery, ICriteria, QueryOver, and LINQ to NHibernate API’s within the context of an example Guitar Store inventory program.  The reader is walked through the creation of a Microsoft SQL Server 2008 database, the creation of a Visual Studio 2010 solution consisting of 3 projects (a Window Presentation Foundation (WPF), a Console Application, and a Class Library). Each one utilizes the .NET 4.0 framework.  Then the reader is walked through the steps required to configure and use the many features available contained within NHibernate 3.2.  Further instructions and examples exist for the insertion of parent/child relationships, Session management, entity states (transient, persistent and detached), deletion, caching, and batching. 

The last chapter utilizes ASP.NET MVC 3 and jqGrid for the creation of an internet program for viewing the guitar inventory using NHibernate and the session per web request model.

Table of Contents

Chapter 1: Getting Started With Nhibernate 3 1

Chapter 2: Using Hql 53

Chapter 3: Using Icriteria 91

Chapter 4: Using Linq to Nhibernate 145

Chapter 5: Managing State and Saving Data 169

Chapter 6: Using Nhibernate with an Asp.Net Mvc 3 Application 203