October 2009 - Posts

14
Comments

Create RSS and Atom feeds using custom ASP.Net MVC Action Results and the Microsoft Syndication classes by SeanMcAlinden

There are many ways to create RSS and Atom feeds, in this post I’m going to show one way of creating a re-usable solution that utilises the Syndication classes from the System.ServiceModel.Web assembly. To make good use of the ASP.Net MVC framework I...
4
Comments

Strongly Typed ASP.Net MVC Helpers by SeanMcAlinden

I've put together a short tutorial on creating ASP.Net MVC Helper Controls that use lambda expressions to strongly type the model, property and value parameters. Although the ASP.Net MVC helpers are really useful, the one major drawback for me is having...
10
Comments

Set up Spring.Net IoC with ASP.Net MVC by SeanMcAlinden

There are a number of steps required for setting up Spring.Net IoC with ASP.Net MVC and it can be a little tricky getting it up and running the first time so I thought I’d document a basic working set up. The first step is to make sure you’re including...
More Posts