Videos tagged with nHibernate
In this episode we are going to continue taking a look at Fluent Nhibernate. we are going to focus this episode on setting up basic mappings for NHibernate. We will focus on setting up Many-to-One (References) and One-To-Many (HasMany) references as these are the most common mappings you will need to setup.
DimeCasts.Net #166: Setting Up Fluent NHibernate for your project
In this episode we are going to take 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.
DimeCasts.Net #165: Introduction to Nhibernate.Burrow
In this episode we are going to take a look at how to implement the NHibernate.Burrow session management library.NHibernate.Burrow is a light weight middleware developed to support .Net applications using NHibernate by providing advanced and smart session/transaction management and other facilitates.
DimeCasts.Net #89: 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
DimeCasts.Net #83: Learning to use Fluent NHibernate: Getting started w/ your first mappings
In this episode we will start 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
DimeCasts.Net #75: Introdction to S#arp Architecture
In this episode we will give you an introduction to the S#arp Architecture for the ASP.NET MVC Framework. This is a solid architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate. The primary advantage to be sought in using any architectural framework is to decrease the code one has to write while increasing the quality of ...
DimeCasts.Net #69: Introduction to NHibernate: Intermediate NHibernate Usage (Part 6)
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 manage lifecycle and cascade operations on collections of related objects. Finally, we’ll di...
DimeCasts.Net #63: Introduction to NHibernate: Collection Relationships (Part 5)
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 with collections of related objects. Check out Episode #50 for an Introduction to NHibernate Check out...
DimeCasts.Net #57: Introduction to NHibernate: More Basic Usages (Part 4)
In this episode we will continued our dive into how to use NHibernate. We will continue taking a look at various load/fetch strategies that NHibernate offers. Check out Episode #50 for an Introduction to NHibernate Check out Episode #51 for an Setting up your mappings Check out Episode #53 for an Configuring NHibernate Check out Episode #54 for an CRUD and Basic Transparent Cascading
DimeCasts.Net #54: Introduction to NHibernate: CRUD and Basic Transparent Cascading (Part 3)
In this episode you will learn about you will learn how to perform basic CRUD operations with NHibernate as well as dive into some of its transparent cascading features such as save (insert) and update. Check out Episode #50 for an Introduction to NHibernate Check out Episode #51 for an Setting up your mappings Check out Episode #53 for an Configuring NHibernate