13
shouts

Dependency Injection and Inversion of Control with ASP.MET MVC

published 157 days, 14 hours, 6 minutes ago posted by MikesdotnettingMikesdotnetting 159 days, 3 hours, 53 minutes ago
Monday, October 12, 2009 11:42:19 AM GMT Saturday, October 10, 2009 9:55:14 PM GMT

Dependency Injection and Inversion of Control with ASP.MET MVC   As you delve more into ASP.NET MVC you start to come across a whole new way of doing things that Web Forms development didn't really expose you to. Inversion of Control (IoC) and Dependency Injection (DI) are two phrases that crop up a lot in the MVC space. So what are they all about? And should you care?

 

I should start by stating the IoC and DI are not unique to ASP.NET MVC. They have been around a long time. It's just ...

category: ASP.NET | clicked: 136 | | source: www.mikesdotnetting.com | show counter code
tags: ASP .NET, ASPNETMVC, Dependecy Injection, Inversion of control, IoC, StructureMap