Videos tagged with nHibernate


DimeCasts.Net #167: Setting Up Basic Mappings w/ Fluent NHibernate

DimeCasts.Net #167: Setting Up Basic Mappings w/ Fluent NHibernate

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, Companies, ...



DimeCasts.Net #166: Setting Up Fluent NHibernate for your project

DimeCasts.Net #166: Setting Up Fluent NHibernate for your project

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, Companies, ...


DimeCasts.Net #165: Introduction to Nhibernate.Burrow

DimeCasts.Net #165: Introduction to Nhibernate.Burrow

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, Derik Whittaker, Broadcasting, Screencasts, Development, Companies


DimeCasts.Net #89: Learning to use Fluent NHibernate: Mapping with Composite Keys

DimeCasts.Net #89: Learning to use Fluent NHibernate: Mapping with Composite Keys

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, Derik Whittaker, FluentNhibernate


DimeCasts.Net #83: Learning to use Fluent NHibernate: Getting started w/ your first mappings

DimeCasts.Net #83: Learning to use Fluent NHibernate: Getting started w/ your first mappings

Posted in Companies, Databases, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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

Tags: Frameworks, Databases, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, ORM, FluentNhibernate



DimeCasts.Net #75: Introdction to S#arp Architecture

DimeCasts.Net #75: Introdction to S#arp Architecture

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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

Tags: Frameworks, Microsoft, ASP.NET, .NET Framework, DimeCasts.Net, ASP.NET MVC, nHibernate, Script#, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #69: Introduction to NHibernate: Intermediate NHibernate Usage (Part 6)

DimeCasts.Net #69: Introduction to NHibernate: Intermediate NHibernate Usage (Part 6)

Posted in Companies, Databases, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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

Tags: Frameworks, Databases, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, ORM


DimeCasts.Net #63: Introduction to NHibernate: Collection Relationships (Part 5)

DimeCasts.Net #63: Introduction to NHibernate: Collection Relationships (Part 5)

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, ORM


DimeCasts.Net #57: Introduction to NHibernate: More Basic Usages (Part 4)

DimeCasts.Net #57: Introduction to NHibernate: More Basic Usages (Part 4)

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, ORM


DimeCasts.Net #54: Introduction to NHibernate: CRUD and Basic Transparent Cascading (Part 3)

DimeCasts.Net #54: Introduction to NHibernate: CRUD and Basic Transparent Cascading (Part 3)

Posted in Companies, Databases, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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

Tags: Frameworks, Databases, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, ORM