Top 20 NuGet F# Packages

FSharp Statistics Library
An agent framework in F#
F# Excel interop pakcage.
FSharp Web Crawler
F# DB Access Library
Fast and dependency-free XML serializer for .NET written in F#
A simple JSON parser targeted specifically for F#. The parsed data is based on F# discriminated unions, and support construction of F# record types.
printIt and printAs for dotnet Fiddling
Type providers for Dynamics NAV access.
openSRP is a F# implementation of Secure Remote Password protocol.
Interactivly explore query your Hive database
FsAttoparsec is A port of Bryan O'Sullivan's attoparsec from Haskell to F#.
Type provider for Apiary.io
3rd party tools
Type provider to statically expose reflection information. E.g. verified at compile time and intellisense enabled Methods.System.Console.``WriteLine : string -> unit`` rather than verified at runtime typeof<System.Console>.GetMethod("WriteLine", [| typeof<string> |])
A computation expression inspired by http://fsharpforfunandprofit.com/posts/recipe-part2/ on railway programming
Generative type provider that simplifies using micro-ORMs (e.g. Dapper, etc.) by generating types mapped to tables.
An asynchronous calculation framework for MVVM Models
Silent utilities to make the official MongoDB driver feel natural to work with in F#
Example of SignalR with F-Sharp (and Silverlight 5 or Javascript): - SignalR is a library (for web-based Publish/Subscribe -pattern) on top of WebSockets, which is HTML5 API that enables bi-directional communication between the browser and server. SignalR will fallback to other techniques and...