80 likes | 206 Views
Building Better Web Apps with F#. Daniel M ohl @ d mohl blog.danielmohl.com github.com/ dmohl. Who Is this Guy?. Daniel Mohl. dmohl@yahoo.com. www.twitter.com/dmohl. blog.danielmohl.com. Why F# in Web Development?. F#/JavaScript Commonalities Web solutions are more complex than ever
E N D
Building Better Web Apps with F# Daniel Mohl @dmohl blog.danielmohl.com github.com/dmohl
Who Is this Guy? Daniel Mohl dmohl@yahoo.com www.twitter.com/dmohl blog.danielmohl.com
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.
Building an ASP.NET MVC 4 Solution • Get the template • Create the project • Add unit tests if desired • Build the next big thing