Blog

Make F# play nice with C# Part 2 - how to handle option and nullable mismatch and work with dapper

This is the next part of the C# and F# integration journey. This time we will look into Dapper functional wrapper and option vs nullable type mismatch. Together with the previous post, we will close the loop of C# and F# coexistence.

Make F# play nice with C# - how to compose dependencies while hosting with C# project

F# is a nice functional alternative in .NET. I have convinced my teammates to use F# in our project at my work in a small new accounting bounded context that would be hosted by .NET Core C# host and Autofac based composition root. We …