Learning to use Fluent NHibernate: Mapping with Composite Keys
Category: Languages > .net
Posted: 25 Jun 09
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
|
|
|
Introduction to NHibernate: Collection Relationships (Part 5)
Category: Languages > .net
Posted: 20 Jun 09
In this episode we will continued our dive into how to use NHibernate.
we'll discuss some of the types of collections (bag, set, and list), some of the features NHibernate offers for loading, sorting, and pre-filtering collection data, and how cascading and transparent lazy loading works w...
|
|
|
|
|
|
Introduction to NHibernate: Setting up your Mappings
Category: Languages > .net
Posted: 18 Jun 09
In this episode you will learn about how to install NHibernate as well as how get started with XML mappings to your object domain model. You will learn how to map a class to a table, specify the primary key/identifier, and map properties to columns.
|
|
Introduction to NHibernate: What does NHibernate bring to the table
Category: Languages > .net
Posted: 18 Jun 09
n this episode, you will learn about the reasons why you might use an Object/Relational Mapper (ORM). You will also hear why NHibernate is a particularly good ORM, when it is appropriate to use NHibernate and when it is NOT appropriate to use NHibernate. Finally, you will hear why you might choose NH...
|
|
|
|
|