March 19, 2014
In this post I introduce some of the new membership features in ASP.NET Identity and swap out my dodgy hard-coded authentication logic to validate user credentials against information stored in a database .
March 7, 2014
This post covers setting up cookie based authentication (the replacement for Forms Authentication) in ASP.NET MVC using the new ASP.NET Identity Libraries and nothing else.
January 11, 2014
If you’ve ever struggled to configure custom error pages in ASP.NET MVC then this post is for you.
April 5, 2013
In this post I cover how to serve static content such as stylesheets and scripts with Nancy and ASP.NET MVC.
April 2, 2013
In this post we look at how to create a very basic web site from scratch using both Nancy and ASP.NET MVC frameworks.