Introduction to NHibernate: More Basic Usages (Part 4)
This episode continues taking a look at various load/fetch strategies that NHibernate offers. http://www.dimecasts.net/Casts/CastDetails/57
Database Software Development Videos and Tutorials: MySQL, Oracle, NoSQL
This episode continues taking a look at various load/fetch strategies that NHibernate offers. http://www.dimecasts.net/Casts/CastDetails/57
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. http://www.dimecasts.net/Casts/WatchEpisode/54
This 10 minute video tutorial creates a simple Hibernate web application from scratch, loosely following the Hibernate quickstart tutorial
In this episode you will learn about you will learn how to set up your configuration for NHibernate. We will also show you how to bootstrap NHibernate in your code by configuring it and then creating the ISessionFactory. http://www.dimecasts.net/Casts/WatchEpisode/53
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. http://www.dimecasts.net/Casts/WatchEpisode/51
In 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 …