Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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...
....