Ayende Rahien on NHibernate Stump the Expert

Published August 31st, 2010 Under Database, Open Source Tools | Leave a Comment

In this interactive session, you’ll have the chance to try to give Ayende all the unanswerable NHibernate questions that are burning within you. Along the way, we’ll explore advanced NHibernate features, under utilized options and all the tips and tricks that comes from working with NHibernate for over half a decade.

http://skillsmatter.com/podcast/open-source-dot-net/nhibernate-tutorial-by-ayende-rahien

Lessons learned from building the NHibernate Profiler

Published April 14th, 2010 Under Database | Leave a Comment

In this talk, Ayende will go over the implementation and design decisions of building the NHibernate Profiler, hurdles that we had to overcome. We will discuss working in a distributed team, and all the things we have to do in order to create a sellable software product. The NHibernate Profiler is an application that can track what an NHibernate based application can do. Building a real world application is never as simple as building demo apps, and there are many concerns that you have to consider when you do build something that will be used in the wild. In this talk, we will go over the implementation and design decisions, hurdles that we had to overcome and the challenges that needed to be resolved. Along with the technical details, we will discuss working in a distributed team, creating a product and all the other things that you have to do in order to create a software product that you can actually sell.

Watch this video on SkillsMatter.com

Setting Up Fluent NHibernate for your project

Published March 31st, 2010 Under Coding, Database, Open Source Tools | Leave a Comment

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

Published March 22nd, 2010 Under Coding, Database, Open Source Tools | Leave a Comment

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

Fluent NHibernate

Published March 19th, 2009 Under Coding, Database, Open Source Tools | Leave a Comment

TheVirtual ALT.NET Google group hosted a LiveMeeting event with Chad Myers to talk about Fluent NHibernate. Fluent NHibernate is a API that eliminates the messy XML files. It will create the mapping files and configuration file. In this demo, Chad will convert the Nhibernate Made Simple project on Code Project to use the Fluent NHibernate.

keep looking »