nhibernate

Kill Your ORM

This video shows how to use the new dynamic features of C# 4 to create a data access tool that strips away the crufty constructs of traditional ORMs (Entity Framework, NHibernate) and embraces SQL head–on. See how simple it can be to work with data while destroying your current ORM in both productivity and performance. …

Kill Your ORM Read More »

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. http://www.dimecasts.net/Content/WatchEpisode/166

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. http://www.dimecasts.net/Content/WatchEpisode/165