Introducing type providers

Type providers are powerful ways of dealing with structured data from XML documents, SQL databases, and CSV files. They combine the type system of F# with structured data, which can be a tedious task in statically typed languages in many cases. Using type providers, the type of the data source is automatically converted to native types; this means the data is parsed and stored using the same field names as used in the data source. This enables Visual Studio and IntelliSense to support you in your coding without looking in the data source for the field names all the time.

Using LINQ and F#

LINQ is a feature in the .NET framework and has been supported in F# since Version 3.0. It's used to provide powerful query syntax and ...

Get F# for Quantitative Finance now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.