Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Visual F# Team Blog
Server & Tools Blogs
>
Developer Tools Blogs
>
Visual Studio F# Team Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Visual Studio F# Team Blog
The blog of the F# team at Microsoft
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
ASP.NET
Brian McNamara
CodePlex
F#
F# 3.0
F# Charting
F# Forums
F# Meetups
F# Numerics
F# Programming
F# Samples
F# Team
F# Tutorials
F# Type Providers
F# User Groups
Freebase Sample
FSharp Programming
FSharpChart
Information-rich Programming
Lincoln Atkinson
Microsoft Dynamics CRM
OData
Type providers
Visual Studio 2012
XRM
More
▼
Less
▲
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
May 2013
(3)
April 2013
(3)
March 2013
(1)
February 2013
(3)
January 2013
(1)
December 2012
(1)
November 2012
(3)
October 2012
(6)
September 2012
(10)
July 2012
(1)
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
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual F# Team Blog
F# 3.0 Developer Preview Now Available!
Posted
over 2 years 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 F# Team Blog
Announcing F# Tools for Visual Studio Express 2012 for Web!
Posted
8 months ago
by
Visual Studio FSharp Team
12
Comments
The F# team is excited to announce that F# Tools for Visual Studio 2012 Express for Web is now available! Visual Studio Express 2012 for Web (available here ) is a free development environment that programmers can use to build projects such as ASP...
Visual F# Team Blog
Getting Started with FSharpChart
Posted
over 2 years ago
by
Visual Studio FSharp Team
11
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 F# Team Blog
Writing F# Type Providers with the F# 3.0 Developer Preview - An Introductory Guide and Samples
Posted
over 2 years 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 F# Team Blog
Rethinking findstr with F# and Powershell
Posted
7 months ago
by
Visual Studio FSharp Team
10
Comments
As a software engineer, I am frequently searching my projects’ source trees for various code snippets, or searching a collection of log files for a particular message, or some other type of text searching activity. The traditional Windows utility...
Visual F# Team Blog
Introducing Visual F# 3.0 Beta!
Posted
over 1 year ago
by
Visual Studio FSharp Team
9
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 F# Team Blog
Announcing the F# 3.0 Open Source Code Drop
Posted
8 months ago
by
dsyme
7
Comments
Note: See the F# Open Source Group for the latest on Open Source and Cross-Platform F# As announced by the Visual F# team t oday at StrangeLoop 2012 , the open source code drop for F# 3.0 is now available! This code drop comes right on the heels...
Visual F# Team Blog
More About F# 3.0 Language Features
Posted
10 months ago
by
Visual Studio FSharp Team
6
Comments
Version 3.0 of the F# language (which ships with Visual Studio 2012) has a number of new language features. I expect that most people who follow F# are aware of the two big new language features: Type Providers and LINQ queries , which work together to...
Visual F# Team Blog
Updated F# Language Specification for F# 3.0 Now Available
Posted
7 months ago
by
dsyme
4
Comments
The Visual F# team are glad to announce that we have now updated the F# Language Specification for F# 3.0 ( HTML , PDF ) The aim of this update is to document the language features introduced in F# 3.0. This update covers the extensions to computation...
Visual F# Team Blog
Update to the F# 2.0 Free Tools Release, Corresponding to Visual Studio 2010 SP1 (April 2011 CTP)
Posted
over 2 years 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 F# Team Blog
Tail calls in F#
Posted
over 2 years 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 F# Team Blog
The Microsoft Dynamics CRM Type Provider Sample: Static Parameters
Posted
2 months ago
by
Visual Studio FSharp Team
4
Comments
[ Update: the CRM type provider is now available as the FSharpx.TypeProviders.Xrm NuGet package. The namespace has changed from "Samples" to "FSharpx" ] Part 1 - The Microsoft Dynamics CRM Type Provider Sample Part 2 - The Microsoft Dynamics CRM Type...
Visual F# Team Blog
An Update to the F# Microsoft Dynamics CRM Type Provider Sample
Posted
1 month ago
by
Visual Studio FSharp Team
4
Comments
[ The CRM type provider sample is available as the FSharpx.TypeProviders.Xrm NuGet package. The namespace has changed from "Samples" to "FSharpx" The updates below are in the process of being transferred into FSharpx package ] Part 1 - The Microsoft...
Visual F# Team Blog
F# and QuantLib: An Introduction
Posted
1 month ago
by
dsyme
3
Comments
A Guest Blog in conjunction with Alexandre Radicchi ( alex.radi@gmail.com ) F# is an attractive language to use in Financial Engineering because of its functional-first methodology, succinctness, strong typing, data-integration, stability, maturity...
Visual F# Team Blog
Try F# 3.0 Launched Today!
Posted
4 months ago
by
Visual Studio FSharp Team
3
Comments
If you're familiar with the site Try F#, which lets you run F# right in your browser, you'll be happy to hear that the Try F# team has launched Try F# 3.0 today! You will find updated content and tutorials, plus content that is tailored to particular...
Visual F# Team Blog
Online project templates, NuGet, and unit testing with F# in Visual Studio 2012
Posted
7 months ago
by
Visual Studio FSharp Team
3
Comments
In this blog post, I show off a number of F# integration features in Visual Studio 2012, by walking through an end-to-end scenario of authoring and testing an F# library. The code itself is not the focus; rather, I’ll focus on the IDE tooling as...
Visual F# Team Blog
The F# 3.0 Freebase Type Provider Sample – Integrating Internet-Scale Data Sources into a Strongly Typed Language
Posted
8 months ago
by
dsyme
2
Comments
[ Update: the Freebase type provider is now available as part of the FSharp.Data NuGet package. The namespace has changed from "Samples.DataStore.Freebase" to "FSharp.Data" ] Part 1 - The Freebase Type Provider Sample - Integrating Internet-Scale Data...
Visual F# Team Blog
Tip for the day: If you get the error "Type provider assembly ... is not trusted..."
Posted
8 months ago
by
dsyme
2
Comments
Tip for the day: If you get the error ""Type provider assembly ... is not trusted and will not be loaded for security reasons" and you want to explicitly opt-in to trusting it, then Go to the Tools --> Options --> F# Tools --> Type Providers...
Visual F# Team Blog
F# IntelliSense Improvements in Visual Studio 11 Beta
Posted
over 1 year 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 F# Team Blog
New Updates to FSharpChart!
Posted
over 2 years 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 F# Team Blog
The F# 3.0 Microsoft Dynamics CRM Type Provider Sample - Strongly-typed enterprise-scale customer data made simple
Posted
3 months ago
by
Visual Studio FSharp Team
2
Comments
[ Update: the CRM type provider is now available as the FSharpx.TypeProviders.Xrm NuGet package. The namespace has changed from "Samples" to "FSharpx" ] Part 1 - The Microsoft Dynamics CRM Type Provider Sample Part 2 - The Microsoft Dynamics CRM Type...
Visual F# Team Blog
F# on FreeBSD
Posted
12 days ago
by
dsyme
2
Comments
Through Jack Pappas , the F# Software Foundation (the F# community group also known as fsharp.org ) has recently made F# more readily available on FreeBSD . Some details below, taken from the discussion on the F# Open Source Google Group . Since my...
Visual F# Team Blog
F# for Machine Learning - a Gentle Introduction and Coding Dojo
Posted
17 days ago
by
dsyme
1
Comments
If you're in the Bay Area, don't miss F# for Machine Learning - a Gentle Introduction and Coding Dojo on Tuesday, May 14 at 6:00pm. The F# Software Foundation also have a collection of links about F# and Machine Learning , as well as related topics...
Visual F# Team Blog
Welcome to the F# Team Blog at Microsoft!
Posted
over 2 years 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...
Visual F# Team Blog
“B-Movie Madness” Sample Now Available
Posted
7 months ago
by
Visual Studio FSharp Team
1
Comments
When we released F# Tools for Visual Studio Express 2012 for Web last month, we made a short F# launch video available: F# 3.0 Information Rich Programming . The video featured a sample C#/F# MVC4 ASP.NET app named “B-Movie Madness,” which we’ve now made...
Page 1 of 2 (50 items)
1
2