ben foster.

Nancy vs ASP.NET MVC - Static content

Friday, April 05, 2013

In this post I cover how to serve static content such as stylesheets and scripts with Nancy and ASP.NET MVC.

Nancy vs ASP.NET MVC - Getting Started

Tuesday, April 02, 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.

Nancy vs ASP.NET MVC - An introduction

Sunday, March 31, 2013

First in a series of blog posts where I take a practical approach to comparing Nancy and ASP.NET MVC.

Dog-fooding our API - Authentication

Monday, February 04, 2013

In this post I discuss how we handled session based authentication with ASP.NET Web API and our ASP.NET MVC and JavaScript clients for the new fabrik API.

Simple PATCH validation in ASP.NET Web API

Wednesday, January 30, 2013

A simple approach to PATCH validation in ASP.NET Web API.

Centralized Logging and Diagnostics with Elmah and NLog

Sunday, December 23, 2012

In this post I cover how to set up centralized Logging and Diagnostics using Elmah and NLog.

Sending additional form data in multipart uploads with ASP.NET Web API

Saturday, December 15, 2012

In this post I demonstrate how you can use ASP.NET Web API's HTTP client to send additional form data in a multipart form upload.

Adding LESS support to the ASP.NET Optimization Framework

Friday, November 30, 2012

In this post I explain how to configure the asset optimization features introduced in ASP.NET MVC 4 to handle LESS.

Per-Request dependencies in ASP.NET Web API using StructureMap

Saturday, October 06, 2012

In this post I discuss how to scope dependencies per-request in ASP.NET Web API using StructureMap.

Publishing content with AtomPub and ASP.NET Web API - Part 3

Monday, October 01, 2012

In this post I add support for categories to our AtomPub ASP.NET Web API application.

1 2 3 4 5 6 7