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: Intermediate NHibernate Usage (Part 6)
Category: Languages > .net
Posted: 24 Jun 09
In the 7th and final episode of this series, you'll see some code examples of working with collections of related objects and how lazy loading and cascade operations work from a code perspective.
We'll also discuss object lifecycle management in NHibernate as well as guidance on how to man...
|
|
Learning NHibernate Series
Category: Languages > .net
Posted: 20 Jun 09
This series covers NHibernate in detail, starting with introduction to ORM concepts; the series of screencast goes into details of explaining various functionality and implementation details with NHibernate.
|
|
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...
|
|
Fluent nHibernate
Category: Languages > .net
Posted: 05 Feb 09
Sebastien Lambla demonstrates how to create a simple database with Fluent NHibernate. Some of the key facts about Fluent NHibernate, which are also a part of the talk are: Fluent NHibernate is XML free. All property references use the actual class instead of strings. A testing framework that provides...
|
|