Stories recently tagged with 'FluentNHibernate'

Setting Up Fluent NHibernate for your project(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 2 months ago

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. read more...

add a comment |category: |Views: 461

tags: another

Fluent NHibernate with System.ComponentModel.DataAnnotations (weblogs.asp.net)

submitted by zowenszowens(988) 2 years, 7 months ago

Want to map your domain with DataAnnotations validation? Using Fluent NHibernate? Then take a look at how to create a simple convention! read more...

add a comment |category: |Views: 155

tags: another

NerdDinner with Fluent NHibernate Part 3 - The infrastructure(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 7 months ago

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. read more...

add a comment |category: |Views: 293

tags: another

NerdDinner with Fluent NHibernate Part 2 - The mapping(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

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. read more...

add a comment |category: |Views: 83

tags: another

NerdDinner with Fluent NHibernate Part 1 - The domain model(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

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. read more...

add a comment |category: |Views: 391

tags: another

Mapping a Twitter like domain with Fluent NHibernate(bengtbe.com)

submitted by bengtbebengtbe(470) 3 years ago

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, starting with the domain model, writing the mapping, and finally creating the database schema using the SchemaExport class in NHibernate. read more...

add a comment |category: |Views: 39

tags: another

Learning to use Fluent NHibernate: Mapping with Composite Keys(dimecasts.net)

submitted by rrinaldirrinaldi(65) 3 years, 2 months ago

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 read more...

1 comment |category: |Views: 871

tags: another

Troubleshooting common mapping bugs with NHibernate(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 3 months ago

Explore 7 common errors encountered while working with NHibernate Mappings, looking at their causes and how to resolve them read more...

add a comment |category: |Views: 27

tags: another

Learning to use Fluent NHibernate: Getting started w/ your 1st Mapping(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 3 months ago

Learning to use Fluent NHibernate: Getting started w/ your first mappings read more...

3 comments |category: |Views: 356

tags: another

Many-to-One mapping throwing a ObjectNotFoundException, and how to fix(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 3 months ago

A simple how-to on how to get around the pesky ObjectNotFoundException when dealing with collections in NHibernate read more...

add a comment |category: |Views: 41

tags: another