Posts Tagged: .Net Core
Introduction (rambling) When I started my F# learning journey some months ago, I planned to go full functional F#, to use what the community used. Suave, Code, FAKE, SQL Type Providers, Paket. But I found out that made it not easier and with the limited spare time to invest in F#, that plan has changed… Continue reading Authenticate with an OAuth provider in your Giraffe application (.Net Core 2.1)
So this was fun… again, learned a lot… again! I blogged before about building a simple crud app that used a type provider and that worked pretty good, until I wanted to configure my continuous integration in VSTS. This didn’t work as smoothly as I wanted, because the type provider needs to connect to the… Continue reading Using Entity Framework Core with F#
Subtitle: You Know Nothing Eelco Mulder With my previous blogs I’ve been setting up everything around developing with F#, but now it’s really time for me to just start coding. I’ve read a lot about F#, but when I start to code myself… I seem to know very little! So from now I’m just gonna… Continue reading My First Suave Api(tm)
< Part 1 you’ll need to read this first 😉 Setup continuous integration Now for the second part, setting up ci and cd. Warm up that mouse because this requires a lot of clicking around in VSTS. Connect VSTS to GitHub The first thing we’re gonna do is to connect VSTS to GitHub. To do… Continue reading Setup basic CI/CD for a Suave .Net Core 2.0 application running on an Azure App Service – Part II
Introduction Well I started this to learn F#, but I haven’t written a lot of lines of code yet. Before the real dive into F# I wanted to test out my stack, I wanted to use a lot of new technologies because… shiny new things. So I tried using all technologies with the volume set… Continue reading Setup basic CI/CD for a Suave .Net Core 2.0 application running on an Azure App Service – Part I