Skip to main content

Visual F#

Resources to help build your Visual F# development skills.

News and InformationRSS

Visual F#

Visual F# Walkthroughs
Visual F# Walkthroughs
Check out this list of F# walkthoughs in the MSDN Library.
Type Providers
Type Providers
An MSDN Library topic describes this new F# feature.
An Overview of Functional Programming
An Overview of Functional Programming
Dorian Corompt introduces a series of blog posts about functional programming.
Microsoft Releases Local, Distributed and Cloud Numerics Library, with F# Samples
Microsoft Releases Local, Distributed and Cloud Numerics Library, with F# Samples
Don Syme introduces the Cloud Numerics library and provides links to more info.

Featured Visual F# Library Topics

Visual F#

F# Language Reference
Learn about the F# language, a multi-paradigm programming language targeting the .NET platform. The F# language supports functional, object-oriented and imperative programming models.
Saturday, Feb 27
Walkthrough: Using Visual F# to Create, Debug, and Deploy an Application (Visual Studio 2010)
Learn how to get started with using Visual Studio 2010 to write F# applications through the example of a historical analysis of United States treasury interest-rate data.
Monday, Dec 28
F# Language Keywords (Visual Studio 2010)
Explore the F# language keywords.
Friday, Jun 12

Visual F# Community

F# Team Blog

Check out what the team is working on.

F# MSDN Forum

Ask questions and connect with other F# developers.

Visual F# Content on Channel 9

Watch interviews and talks from the F# team.

Run F# In Your Browser

Play with F#, without leaving your browser!

Visual F# ForumsWhat’s New in the F# Community

See what’s going on in the F# community blogs and twitter feeds, ask F# questions on stackoverflow, or browse open source F# projects on github.

FeedbackSend Feedback to the F# Team

Send mail to fsbugs@microsoft.com with your feedback.

Team Blogs

Visual F#

Next Seattle F# Meetup, Tuesday Feb 21, 2012
Seattle F# user group meeting Feb 21, 20... more
Thursday, Feb 16 dsyme
Functional Programming eXchange 2012, March 16, 2012, London
The folks at SkillsMatter in London are ... more
Tuesday, Feb 14 dsyme

Featured "How do I?" Videos

See all "How Do I" Videos >

F# Projects from CodePlex

Visual F#

fun : 'tic -> 'tac -> 'toe
Fun(ctional) Tic-Tac-Toe is an addictive variation of Tic-Tac-Toe with a timed countdown twist. The engine and view models are written in F# while the front end is implemented in C#.
Monday, Dec 26 CodePlex
Five in a row
This project is an implementation of "5 in a row" game. Two players ("X" and "O") make moves one after another. The first player who builds an unbroken row of 5 cells w... more
Thursday, Dec 22 CodePlex
BugAMove
Bust A Move game clone. A little academic project developed using C# F# and XNA 4.0
Wednesday, Dec 21 CodePlex