Luke Merrett
  • Home
  • F# Posts
  • Presentations
  • About
  • Trail Running Blog
Subscribe
Tagged

DotNetCore

A collection of 3 posts

Record Types in C# 9.0
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 (released alongside .Net 5). On the face of it they provide a shorthand for creating classes, often used for basic

  • Luke Merrett
Luke Merrett Nov 13, 2020 • 4 min read
Environment Specific Configuration in DotNet Core
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 done with Web Config Transformations or Razor files, however the new ConfigurationBuilder available in DotNet Core makes it relatively straight

  • Luke Merrett
Luke Merrett May 1, 2018 • 3 min read
F# Data Type Providers in .Net Core
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 to the FSharp.Data library for .Net Standard 2.0, allowing us to use type providers for a range of

  • Luke Merrett
Luke Merrett Apr 24, 2018 • 4 min read
Luke Merrett © 2022
Powered by Ghost