Monthly Archives: August 2011

An HtmlHelper to display if a field is required or not in ASP.NET MVC 3

A lot of the users I develop web applications for would like some sort of visual indication for required fields. A commonly used approach for this is putting an asterisk behind the input element. I could manually put an asterisk … Continue reading

Posted in Development | Tagged , | 5 Comments

Hosting Nancy from a console application

A few day ago I needed to add some functionality to an old ASP.NET 1.1 web application in Visual Studio 2003. The version of the .NET framework and Visual Studio are irrelevant to the story, but I just wanted to … Continue reading

Posted in Development | Tagged | 3 Comments