• Home
  • About
  • Subscribe

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.

Reactive programming, DAMN. It is not about ReactJS

17 Jun 2017 • FunctionalProgramming ObserverPattern Patterns Reactive programming

The reactive programming paradigm has gained a lot of popularity in the recent years as a model that aims to simplify the implement..

Written and maintained by Samuele Resca