NHibernate presentation files available for download

On November 7, 2007, I gave a presentation to the North Dallas .Net User Group entitled “Introduction to NHibernate 1.2″.

As promised, I have made all the code samples/demos available for download at the following link:
http://code.google.com/p/palermo/

At the above website, you will find a SVN trunk you can check out at the following URL:

http://palermo.googlecode.com/svn/nhibernatedemo/trunk 

NHibernate is one of the demos I have available and to make it easier, I have zipped it up and made it a stand-alone download on the right column; however, if you want to run these samples, I recommend  you doing  a checkout of the trunk.  You will then have the libraries needed to run the code.

Workstation dependencies include:

  • VS 2008 Beta 2 (solution file is in that format, although code works on CLR 2.0)
  • SQL Server running at (local) with the Northwind database loaded.
  • Run “ClickToBuild.bat”, and the other demo database will be created, and all the test scenarios will run to verify everything is hooked up.  Then you can open VS, browse and play.
This entry was posted in Uncategorized. Bookmark the permalink. Follow any comments here with the RSS feed for this post.

5 Responses to NHibernate presentation files available for download

  1. The first URL is a website, the home of my google code site. If you want to check out the trunk, do:
    svn co http://palermo.googlecode.com/svn/nhibernatedemo/trunk

  2. mattflo says:

    i get the following:
    Error: PROPFIND request failed on ‘/p/palermo’
    Error: PROPFIND of ‘/p/palermo’: could not connect to server (http://code.google.com)

  3. mattflo says:

    is the gcode repository online? I am having trouble performing svnCheckout.

  4. Chak Bireddy says:

    It was a nice presentation. Thanks for coming!

  5. Jakub says:

    Thank you for coming to Dallas Jeffrey. It was a great presentation!

Leave a Reply