Skip to content

PacktPublishing/Learning-NHibernate-4

Repository files navigation

#Learning NHibernate 4 This is the code repository for Learning NHibernate 4, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

SELECT a_.FirstName,
 a_.LastName,
 a_.EmailAddress,
 a_.Age
FROM tblCustomer a_
WHERE a_.Age > 28 AND a_.Age < 35

Though this book is code heavy, readers should be able to follow this book, if they have, at least, any version of Visual Studio and MS SQL Server. The book makes use of the following pieces of software: • Visual Studio 2013 • SQL Server 2012 Express • NuGet • NUnit • SQLite • NHPro fi ler • ReSharper If you are using Visual Studio 2010 or higher, you should be able to run the sample code of the book. SQL Server 2012 Express is used in the book, but any version of SQL Server up to SQL Server 2008 should work. NuGet is used to download NHibernate, NUnit and SQLite. NHPro fi ler is used to capture the SQL generated by NHibernate but SQL Pro fi ler or NHibernate logging should do, if NHPro fi ler is not available. ReSharper is the author's favorite code refactoring companion for Visual Studio, but it's strictly optional.

##Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781784393564

About

Code repository for Learning NHibernate 4, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages