Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Tags
.NET Futures
Bing
C#
C++\CLI
Code Quality
Data Structures
Design Patterns
F#
Freebase
FsLex
FsYacc
Immutable
JSON
Lex
MEF
MSBuild
Multicore
Neat Samples
OData
Pages
Performance
PowerPack
Puzzle
Xml
Yacc
Archives
Archives
June 2010
(1)
May 2010
(3)
March 2010
(7)
February 2010
(1)
November 2009
(1)
September 2008
(2)
August 2008
(4)
May 2008
(2)
April 2008
(1)
December 2007
(1)
November 2007
(1)
October 2007
(6)
September 2007
(8)
August 2007
(2)
July 2007
(3)
June 2007
(1)
May 2007
(4)
March 2007
(1)
March 2006
(2)
November 2005
(1)
October 2005
(1)
September 2005
(2)
August 2005
(1)
July 2005
(1)
May 2005
(7)
April 2005
(4)
February 2005
(1)
January 2005
(1)
November 2004
(2)
October 2004
(3)
September 2004
(5)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sharp Things
F# Destroys Invading Aliens
Posted
over 3 years ago
by
Jomo Fisher MSFT
0
Comments
Wow, check out Chris’s StarCraft bot in F#: http://blogs.msdn.com/chrsmith/archive/2010/03/18/writing-a-starcraft-bot-in-f.aspx
Sharp Things
F# Team is Hiring a Cross-Platform Developer
Posted
over 3 years ago
by
Jomo Fisher MSFT
1
Comments
We’re hiring a developer to help advance our cross-platform presence. Please do send and application if this looks like a good match for you. From Don Syme’s blog: Contract Position in the F# Team: Compiler and Visual Tools Software Engineer for...
Sharp Things
Neat Samples: MEF in F# Scripts
Posted
over 3 years ago
by
Jomo Fisher MSFT
1
Comments
Jomo Fisher—I posted yesterday about using MEF in F# programs. In the comments Oldrich asked if it was possible to do the same thing in F# scripts. It is indeed possible. It actually looks like a really powerful combination because you can naturally extend...
Sharp Things
Neat Samples: Extend your F# program with MEF
Posted
over 3 years ago
by
Jomo Fisher MSFT
1
Comments
Jomo Fisher—The Managed Extensibility Framework is an interesting new technology in .NET 4.0. It lets you set up a plug in system for your application so that your program can acquire new functionality just by, for example, adding a .dll into a particular...
Sharp Things
Neat Samples: F#, Freebase and DGML
Posted
over 3 years ago
by
Jomo Fisher MSFT
0
Comments
Jomo Fisher – I recently posted about the freebase web service here . This sample reads biological classifications and renders them in DGML. The result is a huge graph, here’s a little piece of it: Code Snippet // FreebaseDgml.fsx // Example of reading...
Sharp Things
Neat Sample: F# and Bing API
Posted
over 3 years ago
by
Jomo Fisher MSFT
0
Comments
Jomo Fisher – I recently posted an sample of calling the Freebase web service with F#. Here’s another F# web service sample. This one uses the Bing Phone API to do a query. This time the code uses Xml instead of JSON and XmlDocument instead of a DataContract...
Sharp Things
Neat Sample: F# and Freebase
Posted
over 3 years ago
by
Jomo Fisher MSFT
0
Comments
Jomo Fisher – The web service at Freebase.com lets you access all sorts of structured data from a web service. Here’s a sample that shows you how to access this data from F#. It uses DataContract and the JSON serializer. The code below reads and prints...
Page 1 of 1 (7 items)