This little extension method is something I wrote to help cleanup domain context code… just thought I would share:
Enjoy!
Continue Reading →I’ve been using T4MVC for quite some time now, but I’ve just discovered a wonderful feature: the ability to generate absolute URLs using the standard T4MVC strongly typed helpers. It’s extremely simple, compared to doing it the manual way. If you have a controller named AccountController with an action called Login, the following line [...]
Continue Reading →I was working on a Silverlight 4 project with a coworker a few days ago and needed to display a list of objects with different editors based on the type of object. The first thing that came to my mind was to use a DataTemplateSelector. I found out quickly that the Silverlight team – [...]
Continue Reading →-
Meta