Skip to content

leviwilson/NHibernate-Example

Repository files navigation

NHibernate Example

This NHibernate example is to illustrate how to use a UnitOfWork pattern for NHibernate as well as to simplify the database setup to be used across multiple databases.

Installation

  1. Make sure you have NuGet installed.

  2. Open up the Package Manager Console 'Tools --> Library Package Manager --> Package Manager Console'.

  3. Install the NuGet Power Tools

    PM> Install-Package NuGetPowerTools

  4. Enable Package Restore

    PM> Enable-PackageRestore

  5. Build the solution.

About

Toying with a new pattern for using nHibernate to be configured with multiple databases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages