F# Data Type Providers in .Net Core
CRANK

As one of F#'s killer features; type providers have the ability to make rooms full of developers gasp when shown for the first time. Support has recently been added to the FSharp.Data library [ for .Net Standard 2.0, allowing us to use type providers for a range of formats with .Net Core. With that in mind, let's explore what this feature is all about. Type Providers are a way of generating static types that are consistent and verifiable at compile t

lukemerrett.com
Related Topics: F#