Diving Deeper into Ninject — Binding Lifetimes
Published December 12th, 2008 Under Architecture, Coding, Open Source Tools | Leave a Comment
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.
http://www.dimecasts.net/Content/WatchEpisode/38
Diving Deeper into Ninject — Contextual Binding
Published December 12th, 2008 Under Architecture, Coding, Open Source Tools | Leave a Comment
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 like by asking for that type.
http://www.dimecasts.net/Content/WatchEpisode/30
Introduction to the Ninject IoC Container
Published December 11th, 2008 Under Architecture, Coding, Open Source Tools, Software Testing | Leave a Comment
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 application.