Exploring the Online Templates: Creating a Web API with F# and ASP.NET
Over on the F# team blog, there's a new article about Getting Started with Implementing Web APIs using F# and ASP.NET
F# 3.0 is included as part of Visual Studio 2012 and comes with a gallery of community contributed online templates for F#.
Time to explore!
One online template is "F#/C# MVC 4" using ASP.NET Web API.
Let's use this template to create a HTTP REST Web API which responds to requests as follows...
....