Issue 488 · Week of May 11, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Testing C# with F#

Read full article Discuss
Did you know that in modern .Net Solutions, projects using different .Net languages can happily co-exist? This means that you can use the best tool for the job such as F# for your domain logic and C# for your UI or, as we do in this blog post, test C# code with F#.