• Creating a fully functional F# microservice (NancyFx, SqlTypeProvider)

    Recently I realized that I have the data where users evaluate things presented to them. These opinions are stored in the database, but let's be honest how often you open a management studio to see what records appear in the database? I am definitely not that kind of person. So I thought it would be fun to write an application that would sent as a weekly report and also providing an api, to ask for data from the last week. In this article we would take a look at accessing database.

    March 11, 2017 - 3 minute read -
    F# Microservices Patterns SQL