• Home
  • About
  • Subscribe

Testing F# web service

29 May 2018 • .NET Core ASP.NET Core F#

Giraffe is a powerful framework that helps us to build web application and services using F# and .NET Core. The following article shows how to test a giraffe web service.

Build web service using F# and ASP.NET Core

15 Apr 2018 • .NET Core ASP.NET Core C# F# FunctionalProgramming

The aim of following article is to build web service using F# and ASP.NET Core using the Giraffe library. Therefore, we'll build some JSON APIs which takes data from a data source, and exposes them through HTTP.

Web development in F#: getting started

15 Apr 2018 • .NET .NET Core F# FSharp

Last year I started to go in deep of functional programming world. Indeed, for the majority of my time I build web stuff: web apps and APIs; Mostly,  on the .NET stack and sometimes on Node.js stack.

Written and maintained by Samuele Resca