Wednesday, September 12, 2012

F# Templates and F# Tools for VS2012 Express for Web

It's been a great day in the world of F# + web development. Today the F# team announced the F# Tools for Visual Studio 2012 Express for Web. This tool set now makes it easier than ever to create web applications that use F# for the server-side heavy lifting. Congrats to the F# team on this great accomplishment!

Currently, I've updated 4 of the more common F# web project templates to support this new version. These include:

F# C# MVC 4 - Which includes ASP.NET MVC 4 (Razor and ASPX) and ASP.NET Web API
- F# C# ASP.NET MVC 3 - Which includes ASP.NET MVC 3 (Razor and ASPX)
- F# and C# Web Services (ASP.NET, WSDL)
- F# MsTest Project

Happy coding!

3 comments:

  1. Thanks for the update. Does it contain Single Page Application MVC 4 template?

    ReplyDelete
  2. Not yet, but I certainly have that on my to do list.

    ReplyDelete
  3. Version 1.12 now contains a Single Page Application template with Backbone.js.

    ReplyDelete