Showing results for F# - .NET Blog

Nov 8, 2022
Post comments count4
Post likes count12

Announcing F# 7

Vlad Zarytovskii
Vlad Zarytovskii

F# 7 is here, see what's new!

.NETF#
Nov 3, 2022
Post comments count3
Post likes count13

.NET Interactive Notebooks is now Polyglot Notebooks!

Claudia Regio
Claudia Regio

The .NET Interactive Notebooks extension in Visual Studio Code has been renamed to Polyglot Notebooks! Checkout what is new in this release for developers.

.NETC#F#
Nov 9, 2021
Post comments count1
Post likes count1

F# 6 is officially here!

Kathleen Dollard
Kathleen Dollard

F# 6 is released as part of .NET 6. You'll find new task based async, pipeline debugging, and tons of other features!

.NETF#
Oct 19, 2021
Post comments count16
Post likes count1

What’s new in F# 6

Kathleen Dollard
Kathleen Dollard

F# 6 is now a release candidate. Checkout all of the new features available in this release.

F#.NET
Aug 30, 2021
Post comments count0
Post likes count2

Learn to build applications with F#

Jon Galloway
Jon Galloway

Want to learn how to write write succinct, robust, and performant code with F#? Here's everything you need to get started today!

.NET.NET CoreF#
Jul 26, 2021
Post comments count2
Post likes count1

Tune in July 29 for .NET Conf: Focus on F#

Beth Massi
Beth Massi

Save the date July 29 for .NET Conf: Focus on F#, a free, one-day livestream event that features speakers from the community and Microsoft teams working on and using the F# language.

.NETF#
Aug 31, 2020
Post comments count29
Post likes count0

Introducing the Half type!

Prashanth Govindarajan
Prashanth Govindarajan

The specification defines many floating point types, including: , , and . Most developers are familiar with (equivalent to in C#) and (equivalent to in C#). They provide a standard format to represent a wide range of values with a precision acceptable for many applications. .NET has always had and and with .NET 5 Preview 7, we've added a ne...

.NET.NET CoreC#
Dec 16, 2019
Post comments count49
Post likes count0

An Introduction to DataFrame

Prashanth Govindarajan
Prashanth Govindarajan

Last month, we announced .NET support for Jupyter notebooks, and showed how to use them to work with .NET for Apache Spark and ML.NET. Today, we're announcing the preview of a DataFrame type for .NET to make data exploration easy. If you've used Python to manipulate data in notebooks, you'll already be familiar with the concept of a DataFrame. At a...

.NET.NET CoreC#
Nov 6, 2019
Post comments count23
Post likes count0

.NET Core with Jupyter Notebooks – Available today | Preview 1

Maria Naggaga
Maria Naggaga

You can now write .NET Code in Jupyter Notebooks. Try .NET has grown to support more interactive experiences across the web with runnable code snippets, interactive documentation generator for .NET core with dotnet try global tool, and now .NET in Jupyter Notebooks. And you can get started with it today!

.NET Core.NETC#
May 20, 2019
Post comments count3
Post likes count1

The F# development home on GitHub is now dotnet/fsharp

Phillip Carter
Phillip Carter

TL;DR We've moved the F# GitHub repository from microsoft/visualfsharp to dotnet/fsharp, as specified in the corresponding RFC. F# has a somewhat strange history in its name and brand. If we roll back the clocks to the year 2015, F# sort of had two identities. One side of this was Visual F#, or "VisualFSharp"; a product within Visual Studio ...

.NET.NET CoreVisual Studio