Cargando…

Working with NHibernate 3.0 /

This book provides examples using the IQuery, ICriteria, QueryOver, and LINQ to NHibernate API & rsquo;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 soluti...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Perkins, Benjamin D.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : John Wiley & Sons, ©2011.
Colección:Wrox blox
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover; Contents; Chapter 1: Getting Started with Nhibernate 3; What Is an ORM?; Creating a Sample Project: The GuitarStore; Configuring NHibernate; Configuring the GuitarStore WPF Program; Understanding Lazy Loading; Configuring Logging Using log4net; Serializing Startup; Interceptors and Events; Summary; Chapter 2: Using HQL; Introduction; Working with CreateQuery(); Implementing CreateMultiQuery(); Understanding GetNamedQuery(); Understanding DetachedQuery; Working with DetachedNamedQuery; Understanding Futures; Summary; Chapter 3: Using ICriteria; Introduction; Working with CreateCriteria.