Fluent NHibernate
Published March 19th, 2009 Under Coding, Database, Open Source Tools | Leave a Comment
TheVirtual ALT.NET Google group hosted a LiveMeeting event with Chad Myers to talk about Fluent NHibernate. Fluent NHibernate is a API that eliminates the messy XML files. It will create the mapping files and configuration file. In this demo, Chad will convert the Nhibernate Made Simple project on Code Project to use the Fluent NHibernate.
Learning to use Fluent NHibernate: Mapping with Composite Keys
Published March 9th, 2009 Under Coding, Database | Leave a Comment
In this episode we will continue our short series on how to use the FluentNHibernate library to create you NHibernate mapping files. We will walk you though how to create your mappings for tables which have Composite Keys. This is NOT meant to teach you how to use the NHibernate OR/M.
http://www.dimecasts.net/Content/WatchEpisode/89
Learning to use Fluent NHibernate: Getting started with your first mappings
Published February 9th, 2009 Under Architecture, Database, Open Source Tools, User Interface | Leave a Comment
This episode starts a short series on how to use the FluentNHibernate library to create you NHibernate mapping files. We will walk you though creating very simple mappings and showing you how they work when using FluentNhibernate. This is NOT meant to teach you how to use the NHibernate OR/M.