Showing results for F# - .NET Blog

Nov 9, 2021
1
1

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
16
1

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
0
2

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
2
1

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
29
0

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
49
0

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
23
0

.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
3
1

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
Mar 29, 2019
4
1

Announcing F# 4.6

Phillip Carter
Phillip Carter

We're excited to announce general availability of F# 4.6 and the F# tools for Visual Studio 2019! In this post, I'll show you how to get started, explain the F# 4.6 feature set, give you an update on the F# tools for Visual Studio, and talk about what we're doing next. F# 4.6 was developed entirely via an open RFC (requests for comments) process...

.NET.NET CoreVisual Studio
Feb 5, 2019
0
1

Submit to the Applied F# Challenge!

Phillip Carter
Phillip Carter

This post was written by Lena Hall, a Senior Cloud Developer Advocate at Microsoft. F# Software Foundation has recently announced their new initiative — Applied F# Challenge! We encourage you to participate and send your submissions about F# on Azure through the participation form. Applied F# Challenge is a new initiative to encourage in-dept...

.NET.NET CoreMachine Learning