Similar articles
DotNetShoutout - Latest published stories
Dependency Injection
Well, after I introduced Inversion of Control with few simple examples in my previous post, I thought it would be nice to take this discussion further with more implementation of Dependency Injection...
DotNetShoutout - Latest published stories
Quick Introduction to Dependency Injection
An easy to understand introduction to dependency injection in .NET using the Ninject inversion of control container. The dependency injection principle is a design concept by which classes and entire ...
Latest Microsoft Blogs
Dependency Injection With ASP.NET HttpModules
At the risk of getting punched in the face by my friend Miguel, I’m not afraid to admit I’m a fan of responsible use of dependency injection. However, for many folks, attempting to use DI runs into a ...
Anders Jönsson
Dependency injection med Ninject
Ninject är ett öppen-källkodsramverk för DI (Dependency injection) på dotNet-plattformen. Det fungerar för standard dotNet Framework, dotNet Compact Framework och Silverlight. Enligt skaparen Nate Koh...
DotNetShoutout - Latest published stories
Design Patterns and Dependency Injection
I just got back from a great nPlus1.org ArcSummet event at the local Nashville Microsoft office. Brian Prince and James Bender presented the following topics… Session One: Software Patterns by Brian P...