I think everyone knows about Dependency Injection (DI) and how important it is when it comes to building low-coupled components. There ar...
Showing posts with label Ninject. Show all posts
Showing posts with label Ninject. Show all posts
Saturday, November 24, 2012
Ninject – Getting Started, Resources, Basic Binding
This post will cover the information needed to get started with Ninject. By the end of this post, you will be able to use Ninject in your...
Tuesday, November 20, 2012
Dependency Injection With Ninject
Ninject is a lightweight dependency injection framework for .NET applications. It helps you split your application into a collection of loo...
How to Use Dependency Injection (Ninject) with WCF Services
I spent a lot of time late last week trying to figure out exactly how to set up dependency injection for a WCF service I was developing on ...
Sunday, November 18, 2012
Dependency Injection Using Ninject
"Ninject is a lightweight dependency injection framework for .NET applications. It helps you split your application into a collectio...