Showing posts with label F# Presentation. Show all posts
Showing posts with label F# Presentation. Show all posts

Monday, February 18, 2013

Presentation: Building Better Web Apps with F#

Thanks to all who came out to my talk on Building Better Web Apps with F# tonight. The examples created during the talk can be downloaded from here. You can see a recording of this presentation from a previous talk here.

Saturday, November 10, 2012

Recording for Building Better Web Apps with F#

Last week, I provided the slides and examples used for my talk entitled Building Better Web Apps with F#. If you missed the presentation, you can watch it here:

2012-10 Building Better Web Apps with FSharp from Ryan Riley on Vimeo.

Tuesday, April 19, 2011

Today's Presentation for the Community for F#

Thanks to all who joined the Community for F# Live Meeting today. The people that make up the F# community are truly the best around! A big thanks also goes out to Ryan for putting all of this together month after month!

As mentioned during the presentation, here is the slide deck (plus the slide that I somehow deleted before the presentation), links to the samples that were shown, as well as a link to the Live Meeting video:

Video:



Slide Deck:
Examples:

VSIX Multi-Project Template: https://github.com/dmohl/FSharpWP7BasicTemplate
IWizard Implementation: https://github.com/dmohl/FSharpMVC3Starter
NuGet Package: https://github.com/dmohl/FSPowerPack.Community

Thursday, March 3, 2011

Presentation: Building F# Visual Studio Application Templates

I had a fantastic time out in Redmond for the MVP Summit this year. It was great to see old friends and make many new ones. While there, I had the opportunity to speak during the MVP2MVP section of the event. The information and material for this talk is provided below.

Abstract:

Have you ever wondered how to write project templates similar to those that come out of the box in Visual Studio? In this talk we will discuss what goes into the creation of a multi-project template, how to package the template into a Visual Studio 2010 Extension file (VSIX), and how to best distribute your template to other developers. We will do this with an example of an F# multi-project template.

Slides:
Example:

The example that was used for the presentation can be found at https://github.com/dmohl/FSharpWP7BasicTemplate

Thursday, October 21, 2010

Presentation: Getting Started with F# Web Development - Slides

Thanks to all who came out to the Nashville Web Dev user group meeting tonight. Here are the slides from the presentation.


Thursday, October 14, 2010

Speaking at the October Nashville Web Dev User Group Meeting

I will be speaking at the Nashville Web Dev Group next Thurs. (10/21/2010) at 6:30 PM.

Here is the description of the talk:

Many of the features provided by F# lend themselves well to web development. In this talk, we will quickly go over some of the basics of the F# language, then dive into four quick ways to get started developing web application in F#. By the end, we will have built an F# and C# Silverlight application, an F# only Silverlight application, an F# and C# ASP.NET MVC 2 web application, and a web application with a platform called WebSharper.


Friday, March 20, 2009

Presentation: An Introduction to F# - Slides and Sample Code

Thanks to all who came out to the Nashville .NET User Group last night. As promised, here are the slides and examples.

Click here for a zipped file containing the slides and sample script.

Click here for a zipped file containing the source code of the sample application.