Chris Stewart's ASP.NET Blog

My experiences with ASP.NET

Browse by Tags

All Tags » Dependency Injection (RSS)
Book Review: ASP.NET MVC in Action
I've had the pleasure of being able to review ASP.NET MVC in Action in it's early access form. If you've not heard of this program, Manning has a program called MEAP (Manning Early Access Program) which allows you to purchase the book before it's published...
Dependency Injection was made for ASP.NET MVC
It's not that you can't use dependency injection in any .NET application, because you can.  It's just that dependency injection fits so well in the ASP.NET MVC programming model.  While building up a simple example for how my new application...
StructureMap for Dependency Injection
I decided to go with StructureMap as the dependency injection framework for my next project.  I choose StructureMap for a number of reasons. StructureMap has been around for quite some time.  Not that this makes it better than any other framework...
Which Dependency Injection Framework?
I'm in the planning phase of a new ASP.NET project.  Currently I'm evaluating the various software components and packages I'm going to use to put this project together.  With all of the hype surrounding Dependency Injection, I've decided to...
More Posts