Introduction to NHibernate: Collection Relationships (Part 5)
Category: Languages > .net
Posted: 20 Jun 09
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 w...
|
|
Setting up Castle Windsor for Auto Registration
Category: Languages > .net
Posted: 20 Jun 09
In this episode you will learn how to create convention based auto registration for our dependencies.
We will walk you though all the needed steps in order to create your own convention scanner for Windsor. Having these convention scanners will allow you to not have to manually wire future...
|
|
Castle Windsor - Configuring your IoC Container
Category: Languages > .net
Posted: 18 Jun 09
In this episode we take at how to Configure the Castle Windsor IoC Container. This is another part in a multi-part series were we will show you how to use and configure Windsor as your IoC Container.
The goal of this episode is to get you up to speed on the various ways you can configure W...
|
|
|
Introduction to Castle Windsor - Getting Your IoC On
Category: Languages > .net
Posted: 18 Jun 09
In this episode we take at how to use the Castle Windsor IoC Container. This is the first in a multi-part series were we will show you how to use and configure Windsor as your IoC Container.
The goal of this episode is to get you up to speed with what Windsor can do and how you can use it....
|
|
Getting Started with StructureMap -- Simple Setup Scenarios (v2.5)
Category: Languages > .net
Posted: 05 Apr 09
In this episode we take a look at how to setup and configure StructureMap for dependency injection.
We will review how to configure your dependencies 2 different ways. First we will review how to use StructureMaps configuration Files and then we will review how to use the built in DSL synt...
|
|
Diving Deeper into Ninject -- Binding Lifetimes
Category: Languages > .net
Posted: 05 Apr 09
In this episode we take a deeper look into the Ninject IoC container.
We will review the various ways to set and determine a Types lifetime inside of Ninject. By the end of this episode you will be able to set your types lifetime to either Transient or Singleton
|
|
Introduction to IoC/DI - The art of Decoupling
Category: Languages > .net
Posted: 05 Apr 09
In this episode we will review what Inversion of Control (IoC)/Dependancy Injection (DI) is and why they are important.
This is the first in a series that is meant to teach you how to use the Windsor Castle IoC container
|
|
Diving Deeper into Ninject -- Contextual Binding
Category: Languages > .net
Posted: 05 Apr 09
In this episode we will walk you through how to use the Ninject IoC (Inversion of Control) Container for contextual binding.
Contextual binding is the ability to register more than one binding (object or interface) for a given type. You can then at runtime determine which type you would li...
|
|
Introduction to the Ninject IoC Container
Category: Languages > .net
Posted: 05 Apr 09
In this episode we will walk you through how to use the Ninject IoC (Inversion of Control) Container. This episode will also review the basics of the Strategy Pattern as it is critical to IoC.
By the end of this episode you should have a basic understanding of how to use Ninject in your ap...
|
|
Dependency Injection with Cast
Category: Languages > .net
Posted: 06 Feb 09
Castle Windsor is the most popular opensource dependency injection framework for .NET and the foundation of the Castle Application Framework. In this session, Mike Hadlow and Gojko Adzic introduce depenency injection principles, show how to implement them with Castle Windsor, and talk about extending...
|
|