Browse by Tags

All Tags » MVC » ASP.NET (RSS)

Upcoming talks: Microsoft Tech Ed South Africa

In just a couple of weeks I'll be in Durban, South Africa presenting three sessions at Tech Ed . These are the sessions: WEB304: Introduction to MVC Web Development Day: Monday, 04 August 2008, 09:15 - 10:30 Location: Session Room 07 One of the benefits...
Posted by Eilon | with no comments
Filed under: , , ,

MVC: Unit testing controller actions that use TempData

Part of the "big deal" about ASP.NET MVC , and of course MVC in general, is that the code you write is more easily unit tested as compared to traditional ASP.NET WebForms. However, if you've used ASP.NET MVC and tried to write a unit test for...
Posted by Eilon | 11 comment(s)
Filed under: , , ,

MVC: Locking the RouteCollection

Since the advent of multithreaded programming, the responsibility of locking collections has always been a contentious issue. Who should lock the collection? When should it be locked? And for how long? The ASP.NET Routing feature that is used by the MVC...
Posted by Eilon | 11 comment(s)
Filed under: , ,

MVC: I'll need a little bit more context on that

ScottGu recently announced the plans for the next public preview of the ASP.NET MVC framework. For those who don't feel like clicking on links to other peoples' blog posts Scott's blog says it's being released at MIX08 , which is only a couple of weeks...
Posted by Eilon | 4 comment(s)
Filed under: , , ,

ASP.NET MVC Design Philosophy

This week the first preview of the ASP.NET MVC framework was released to the web as part of the ASP.NET 3.5 Extensions CTP Preview . It's been a few months since we started coding and as the lead developer on the project I'd like to share my thoughts...
Posted by Eilon | 39 comment(s)
Filed under: , , ,
More Posts