Browse by Tags

All Tags » IoC (RSS)

Introduction to Test-Driven Development with ASP.NET MVC by shiju

One of the greatest advantages of ASP.NET MVC is the support of testability, which enables to Test-Driven Development (TDD) in an easy manner. A testable application should be developed in a loosely coupled manner so that you can test the independent...
Filed under: , , ,

Applying Dependency Injection in ASP.NET MVC NerdDinner.com Application by shiju

ScottGu , Scott , Phil and Rob have announced a free ASP.NET MVC eBook and an open source ASP.NET MVC application Nerddinner.com. The free eBook is a single chapter of the Wrox’s upcoming title Professional ASP.NET MVC 1.0 . The free eBook provides an...
Filed under: , ,

ASP.NET MVC Tip: Dependency Injection with Unity Application Block by shiju

In my earlier post , I have explained how to use dependency injection pattern in ASP.net MVC application using StructureMap. In this post, I demonstrate how you can use dependency injection pattern using Microsoft’s Unity Application Block (Unity...
Filed under: , ,

ASP.NET MVC Tip: Dependency Injection with StructureMap by shiju

In this tip, I demonstrate how you can use the dependency injection with StructureMap within an MVC application. StructureMap is an open source Dependency Injection framework for the .NET platform and has been in use since 2004 .StructureMap supports...
Filed under: , ,
More Posts