DotNetCore Record Types in C# 9.0 What are Record Types?Record Types are a popular feature of F#, also commonly found in other functional languages, that have recently been introduced to C# in version 9.0
DotNetCore Environment Specific Configuration in DotNet Core It's common to have different application configurations per environment (e.g: Dev, QA, Production) allowing us to switch between them at each stage. In older Web Applications this was usually
FSharp F# Data Type Providers in .Net Core 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