Showing results for F# - .NET Blog

Sep 9, 2024
8
17

Why is F# code so robust and reliable?

Vladimir Shchur
Vladimir Shchur

F# is not just for math and big data, it's a general purpose language that will greatly reduce the amount of bugs in your code.

.NETF#
Jul 31, 2024
2
2

Enhancing #help in F# Interactive

David Schaefer
David Schaefer

The '#help' directive in F# Interactive can now quickly access documentation instantly within the REPL.

.NETF#
Dec 28, 2023
1
5

Safer recursion in F#

David Schaefer
David Schaefer

Tail recursion is a new F# compiler feature which helps to avoid stack overflows.

.NETF#
Nov 20, 2023
4
9

Improvements & Changes in Android resource generation in .NET 8

Dean Ellis
Dean Ellis

In .NET 8 we have made some vast improvements in changes to how Android resources work in regards to the designer assembly. If you are building Android apps and libraries there are some important changes to know about.

.NETC#.NET MAUI
Nov 14, 2023
5
5

Announcing F# 8

RNDr. Tomáš Grošup, Ph.D.
RNDr. Tomáš Grošup, Ph.D.

Read what is new in F# 8 - the language, compiler tooling and FSharp.Core standard library

.NETF#