Type Providers - F#
Details
We'll be walking through one of the most magical features of F# - Type providers.
Type providers are a form of metaprogramming that allow for accessing structured and semi-structured data in a type safe way. Think editor auto-completion for SQL, Json, CSV, and more.
We'll walk through several examples of using type providers to explore data, and write one of our own.