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 ...
No comments yet, be the first one to post comment.