Chris Stewart's ASP.NET Blog

My experiences with ASP.NET

Browse by Tags

All Tags » ASP.NET MVC (RSS)
But I like my dependencies!
Recently I've been talking about dependency injection and ASP.NET MVC.  Each are interesting technologies and are "hot topics" in the ASP.NET world right now.  I had decided that my newest project would utilize these, if for nothing...
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...
Microsoft ASP.NET MVC
By now we've nearly all heard of the ASP.NET MVC framework available in CTP form. The Model View Controller architecture has been around for quite some time but more popularly in the desktop world. Java has seen its share of MVC web frameworks over the...
More Posts