8
Building Better Web Apps with F# Daniel Mohl @dmohl blog.danielmohl.com github.com/dmohl

Building Better Web Apps with F#

  • Upload
    rhoda

  • View
    37

  • Download
    0

Embed Size (px)

DESCRIPTION

Building Better Web Apps with F#. Daniel M ohl @ d mohl blog.danielmohl.com github.com/ dmohl. Who Is this Guy?. Daniel Mohl. [email protected]. www.twitter.com/dmohl. blog.danielmohl.com. Why F# in Web Development?. F#/JavaScript Commonalities Web solutions are more complex than ever - PowerPoint PPT Presentation

Citation preview

Page 1: Building  Better Web Apps with F#

Building Better Web Apps with F#

• Daniel Mohl• @dmohl• blog.danielmohl.com• github.com/dmohl

Page 2: Building  Better Web Apps with F#

Who Is this Guy?

Daniel Mohl

[email protected]/dmohlblog.danielmohl.com

Page 3: Building  Better Web Apps with F#
Page 4: Building  Better Web Apps with F#

Why F# in Web Development? F#/JavaScript Commonalities Web solutions are more complex than ever Concise yet readable syntax Great features for building highly scalable,

modern web solutions (async workflows, MailboxProcessors, etc., etc.)

It’s now easier than ever with F# Tools for VS2012 Express for Web.

Page 5: Building  Better Web Apps with F#

Building an ASP.NET MVC 4 Solution

Get the template Create the project Add unit tests if desired Build the next big thing

Page 6: Building  Better Web Apps with F#

Solution Breakdown

Page 7: Building  Better Web Apps with F#

Let’s Build Something!

Page 8: Building  Better Web Apps with F#

Questions?