Jeffrey Palermo (.com)

Sponsors

The Lounge

News

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
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.

Posted 11-09-2007 10:01 AM by Jeffrey Palermo

[Advertisement]

Comments

Jakub wrote re: NHibernate presentation files available for download
on 11-10-2007 2:44 PM

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

Chak Bireddy wrote re: NHibernate presentation files available for download
on 11-14-2007 1:54 PM

It was a nice presentation. Thanks for coming!

mattflo wrote re: NHibernate presentation files available for download
on 11-15-2007 4:04 PM

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

mattflo wrote re: NHibernate presentation files available for download
on 11-15-2007 4:10 PM

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)

Jeffrey Palermo wrote re: NHibernate presentation files available for download
on 11-15-2007 5:21 PM

The first URL is a website, the home of my google code site.  If you want to check out the trunk, do:

svn co palermo.googlecode.com/.../trunk

Jeffrey Palermo [MVP] wrote Enabling team development with VS2008/2005 mix
on 11-21-2007 3:26 PM

Ok. Now we have a problem. Some folks want to use VS 2008 RTM while continuing to target an existing