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

Resource singleton services
Category: Languages > .net      Posted: 09 Mar 09

Learn how to create a simple resource singleton service using the WCF REST Starter Kit. You'll see how to use the Resource Singleton Service project te...