Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
Visual Studio F# Team Blog
Visual Studio F# Team Blog
The blog of the F# team at Microsoft
Executive Bloggers
S. Somasegar
Jason Zander
Brian Harry
Scott Guthrie
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Languages
Visual Basic
Visual C#
Visual C# by Eric Lippert
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Subscribe
Comments
Contact
Tags
Azure
build
cloud numerics
F#
F# 3.0
F# Charting
F# Forums
F# Free Tools
F# Jobs
F# Numerics
F# PowerPack
F# Programming
F# Scientific Computing
F# Server-side Programming
F# Team
F# Type Providers
F# User Groups
FSharpChart
OData
RegexTypeProvider
Regular Expressions
Silverlight
SQL
Visual Studio 11 Beta
Visual Studio 11 Developer Preview
More
▼
Less
▲
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Translate this page
Powered by
Microsoft® Translator
Menu
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Atom
Archives
Archives
April 2012
(2)
February 2012
(1)
January 2012
(1)
December 2011
(1)
November 2011
(1)
October 2011
(2)
September 2011
(2)
August 2011
(1)
July 2011
(2)
June 2011
(1)
May 2011
(1)
April 2011
(2)
March 2011
(1)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio F# Team Blog
Pluralsight Online Training in F#
Posted
1 month ago
by
dsyme
0
Comments
Training is an important part of adopting F# successfully in any large organization. There are several options for F# training currently available, but one recent addition is an online training course in F# by Pluralsight , authored by Oliver Sturm...
Visual Studio F# Team Blog
F# IntelliSense Improvements in Visual Studio 11 Beta
Posted
1 month ago
by
Visual Studio FSharp Team
2
Comments
IntelliSense is the identifier auto-completion facility in Visual Studio. As a developer, IntelliSense is critical to my productivity, as it allows me to easily work with thousands of functions from different namespaces and classes without having to constantly...
Visual Studio F# Team Blog
Introducing Visual F# 3.0 Beta!
Posted
3 months ago
by
Visual Studio FSharp Team
8
Comments
As announced on Jason Zander’s blog , Visual Studio 11 Beta is now available for download ! The release includes the Beta version of F# 3.0, which introduces F# Information Rich Programming . We have some new F# features to announce in this Beta release...
Visual Studio F# Team Blog
Using the New Cloud Numerics Library in F#
Posted
4 months ago
by
Visual Studio FSharp Team
0
Comments
The recently announced Cloud Numerics library is a great fit for F# analytical computing. The Cloud Numerics team recently posted some examples of how to use this library in F#, and learn how to do distributed numerics on Azure with F# ! As always...
Visual Studio F# Team Blog
Visual F#团队很高兴地宣布中国的CSDN博客正式成立
Posted
5 months ago
by
dsyme
1
Comments
Visual F#团队很高兴地宣布中国的CSDN博客正式成立,我们的目的是为了方便中国的程序员更早、更快、更多的了解F#,并从F#的实际应用中受益。 最初,F#是Don Syme博士在微软剑桥研究院的一个研究项目,它继承自OCaml和C#和Python和Haskell语言。它是一种函数式的、面向对象的.NET编程语言,使用户能够编写简单的代码来解决复杂的问题。很多用户反映使用F#后代码量减少到原来的四分之一,并且程序的错误率大大减少。 我们的工作主要是翻译一些F#专家的博客,制作一系列F#的教程...
Visual Studio F# Team Blog
Updates to the August 2011 F# 2.0 Compiler Code Drop
Posted
6 months ago
by
dsyme
1
Comments
As announced at the Microsoft Research 20th Anniversary event in Cambridge UK, we have updated the F# 2.0 compiler source code drop to include changes related to the www.tryfsharp.org web application. The code drop is the compiler\2.0\Aug2011.1 directory...
Visual Studio F# Team Blog
New Updates to FSharpChart!
Posted
7 months ago
by
Visual Studio FSharp Team
2
Comments
We've previously blogged about FSharpChart , an F# library that makes it easy to use F# for information-rich programming. FSharpChart works well with the Interactive Window, helping you prototype your code quickly. We're happy to announce an update...
Visual Studio F# Team Blog
F# Article Featured on Soma’s Blog!
Posted
7 months ago
by
Visual Studio FSharp Team
0
Comments
The VP of our Developer Division, S. Somasegar , has written a great blog entry on the new programming language technologies in Visual Studio 11. There is a great section on F# which really highlights the innovations that we continue to bring to the product...
Visual Studio F# Team Blog
Writing F# Type Providers with the F# 3.0 Developer Preview - An Introductory Guide and Samples
Posted
8 months ago
by
dsyme
10
Comments
A significant part of F# 3.0 support for F# Information Rich Programming is the F# Type Provider mechanism . An F# type provider is a component that provides types, properties, and methods for use in your program. For more information on F# 3.0 and the...
Visual Studio F# Team Blog
F# 3.0 Developer Preview Now Available!
Posted
8 months ago
by
Visual Studio FSharp Team
17
Comments
The Visual Studio F# team is excited to announce a preview release of F# 3.0 as part of the Visual Studio 11 Developer Preview , announced on Tuesday at the //build/ conference. This preview is available now for all MSDN subscribers . The general release...
Visual Studio F# Team Blog
Real-World F# Programming Articles now available on MSDN
Posted
9 months ago
by
Visual Studio FSharp Team
1
Comments
The F# team is very excited to pass on the news that Tomas Petricek's Real-World F# Programming Articles are now available on MSDN ! Congratulations to Tomas, Keith, Yin and Gordon who have worked so hard on this. Here's the chapter outline: ...
Visual Studio F# Team Blog
F# Console Application Template
Posted
10 months ago
by
dsyme
0
Comments
Carl Nolan has posted another great online template : If you are like me and often use console applications for a variety of purposes you would have found the F# template not much use (in fact a blank code file). As such I decided to put together...
Visual Studio F# Team Blog
Tail calls in F#
Posted
10 months ago
by
Visual Studio FSharp Team
4
Comments
Introduction Several people have asked for more information on how tail calls behave in F#. This blog post will answer many frequently asked questions about tail calls, including why tail calls are important, how to identify them, and how the compiler...
Visual Studio F# Team Blog
A New MSDN Forum For All Topics Related to F# Programming
Posted
11 months ago
by
dsyme
0
Comments
I’m glad to announce that we’ve activated an MSDN forum for all topics related to F# . We’re adding an MSDN form to the F# community mix because we know that a large proportion of the F# community strongly associate with the MSDN...
Visual Studio F# Team Blog
F# Team Opening: Software Development Engineer in Test
Posted
over 1 year ago
by
Visual Studio FSharp Team
0
Comments
The F# team has a full-time position available for a Software Development Engineer in Test. Here is the link . Please email jackhu@microsoft.com if you are interested. You must also fill in the online forms to apply Standard job title...
Visual Studio F# Team Blog
Update to the F# 2.0 Free Tools Release, Corresponding to Visual Studio 2010 SP1 (April 2011 CTP)
Posted
over 1 year ago
by
dsyme
4
Comments
Today the F# team has released an update to the F# 2.0 Free Tools Release , last updated in August 2010 . This is a relatively small update to bring our free tools release into line with Visual Studio 2010 SP1, announced by Jason Zander here . Visual...
Visual Studio F# Team Blog
Getting Started with FSharpChart
Posted
over 1 year ago
by
Visual Studio FSharp Team
9
Comments
Hi, I'm Keith Battocchi, and I'm working on making it easier to use F# for data-rich programming. In my first blog post, I want to highlight some of the basic features of the FSharpChart wrappers that Don blogged about earlier this month . As Don mentioned...
Visual Studio F# Team Blog
Welcome to the F# Team Blog at Microsoft!
Posted
over 1 year ago
by
Visual Studio FSharp Team
1
Comments
Hi all, Welcome to the very first post to the F# team blog on MSDN! As the world knows, the F# team loves blogging, even since Jan 2005 , when F# was an MSR project. We've been discussing for a while now the idea of having an F# team blog. Since...
Page 1 of 1 (18 items)