By tag: FluentNHibernate
0
kicks
Setting Up Fluent NHibernate for your project
Taking a look at how to use setup and configure Fluent NHibernate for usage. We will focus on how to setup your database settings as well as how to get your Fluent NHibernate mappings registered into the system.
0
kicks
Fluent NHibernate with System.ComponentModel.DataAnnotations
Want to map your domain with DataAnnotations validation? Using Fluent NHibernate? Then take a look at how to create a simple convention!
0
kicks
NerdDinner with Fluent NHibernate Part 3 - The infrastructure
This is the final post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In this post we are going to take a look at the Nhibernate infrastructure and the dinner repository.
0
kicks
NerdDinner with Fluent NHibernate Part 2 - The mapping
This is the second post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In this post we are going to take a look at the mappings.
0
kicks
NerdDinner with Fluent NHibernate Part 1 - The domain model
This is the first post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In the first post we are going to take a look at the domain model.
0
kicks
Mapping a Twitter like domain with Fluent NHibernate
I'm currently learning NHibernate, and one of the best ways to learn is to blog about it :) Since I'm not a big fan of XML files, I also wanted to use Fluent NHibernate to do the mapping. As an example I will use a social messaging domain, similar to Twitter. I will also use a Top-down approach, sta...
0
kicks
Learning to use Fluent NHibernate: Mapping with Composite Keys
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
0
kicks
Troubleshooting common mapping bugs with NHibernate
Explore 7 common errors encountered while working with NHibernate Mappings, looking at their causes and how to resolve them
0
kicks
Learning to use Fluent NHibernate: Getting started w/ your 1st Mapping
Learning to use Fluent NHibernate: Getting started w/ your first mappings
0
kicks
Many-to-One mapping throwing a ObjectNotFoundException, and how to fix
A simple how-to on how to get around the pesky ObjectNotFoundException when dealing with collections in NHibernate