December 2008 - Ian Cooper

Ian Cooper

Sponsors

The Lounge

Wicked Cool Jobs

Advertisement

  • Introduction to NHibernate, Part 2

    Last time we introduced setting up the configuration file . This time we will look at the basics of mapping. Mapping Entities How you map your entities depends upon your preferred approach. Attributes or mapping files You can use either attributes on classes, or an xml based mapping file to map between...
    Filed under: , ,
  • The Fat Controller

    My latest project is built using the Castle Project stack ( Monorail , Windsor , and Active Record ). We're using ActiveRecordMediator so that we can use a Repository pattern with Active Record. We are also using JQuery as our client side Javascript library. At the time we started, some months ago...
  • Introduction to NHibernate, Part 1

    To go alongside my set of posts on LINQ To SQL I wanted to post an Introduction to NHibernate. These posts are not intended as any kind of masterclass, so experienced NHibernate hands might want to skip them. They are intended for folks who are new to the framework to help get them started. In this first...
Devlicio.us