Showing results for .NET Core - .NET Blog

Aug 8, 2018
7
0

Are your Windows Forms and WPF applications ready for .NET Core 3.0?

Olia Gavrysh
Olia Gavrysh

Download Portability Analyzer (2.37 MB) At Build 2018 we announced that we are enabling Windows desktop applications (Windows Forms and Windows Presentation Framework (WPF)) with .NET Core 3.0. You will be able to run new and existing Windows desktop applications on .NET Core and enjoy all the benefits that .NET Core has to offer, such as appli...

WPF.NET Core
Jul 26, 2018
0
1

Announcing F# 4.5 Preview

Phillip Carter
Phillip Carter

Accounting for this change on Windows build servers: You may be doing one of the following things to install F# on a Windows build server. Installing the full Visual Studio IDE Installing the F# Compiler SDK MSI Neither of these options have been recommended for some time, but are still available with F# 4.1.

.NET.NET CoreF#
Jun 13, 2018
0
0

Using .NET and Docker Together – DockerCon 2018 Update

Rich Lander [MSFT]
Rich Lander [MSFT]

I posted about Using .NET and Docker Together last year. With DockerCon 2018 being this week, it seemed like a great time to give you an update.  Since my last post, we've enabled a set of Docker workflows with guidance and samples for .NET Core and .NET Framework, for development, CI/CD, and production. We also offer many more images for both Wind...

.NET.NET CoreContainers
May 8, 2018
0
1

F# language and tools update for Visual Studio 2017 version 15.7

Phillip Carter
Phillip Carter

We’re excited to share updates about changes to F# and F# tools which shipped with the Visual Studio 2017 version 15.7 release. Let’s dive in! Type Providers now support .NET Standard For those who aren’t familiar with Type Providers, they are a feature of F# which allow you to get IntelliSense for data. When pointed at a data source, a Type Prov...

.NET.NET CoreVisual Studio
Mar 6, 2018
0
0

F# language and tools update for Visual Studio 2017 version 15.6

Phillip Carter
Phillip Carter

With the release of Visual Studio 2017 version 15.6, we’re excited to share updates to the F# language and core library, F# tooling in Visual Studio, and infrastructure updates that concern OSS contributors. Let’s dive in! F# language and core library updates Some foundational changes for the F# language and core library have been made, in ad...

.NET.NET CoreVisual Studio
Nov 15, 2017
0
0

Announcing F# support for .NET Core and .NET Standard projects in Visual Studio

Phillip Carter
Phillip Carter

We're pleased to announce that Visual Studio 2017 15.5 Preview 4 now supports F# projects targeting .NET Core, .NET Standard, and .NET Framework through the .NET Core SDK. Some of you have noticed various levels of this support in the first, second, and third previews. We still had a few work items left to complete when those were released, so we d...

.NET.NET CoreVisual Studio
Sep 26, 2017
0
1

Build a web service with F# and .NET Core 2.0

Phillip Carter
Phillip Carter

Earlier this year, I wrote about an update to the roadmap for F# and .NET Core. I had mentioned that there were a number of things you could build with F# and .NET Core today, such as web services. In this post, I'll walk through building a web service with F# and .NET Core 2.0 using the Giraffe library. It's also worth noting that Giraffe is no...

.NETASP.NET.NET Core
Aug 14, 2017
0
1

F# and .NET Core Roadmap Update

Phillip Carter
Phillip Carter

Now that .NET Core 2.0 has been released, we wanted to take some time to talk about F# and .NET Core. F# and .NET Core 1.0 F# has been supported on .NET Core and .NET Standard since their 1.0 releases. In the months leading up to the release of .NET Core 1.0, Enrico Sada from the F# community worked with us and other teams at Microsoft to add supp...

.NET.NET CoreF#
Jul 24, 2017
1
1

Get Started with F# as a C# developer

Phillip Carter
Phillip Carter

Get Started with F# as a C# developer One of our previous posts, Why You Should Use F#, listed a few reasons why F# is worth trying out today. In this post, we'll cover some of the basics you need to know to be successful. This post is intended for people who are coming from a C#, Java, or other object-oriented background. The concepts covered ...

.NETASP.NET.NET Core
May 31, 2017
1
1

Why you should use F#

Phillip Carter
Phillip Carter

Why you should use F# This post was written by Phillip Carter and Mads Torgersen. Both work on languages on the .NET team. At Build 2017, we presented a tech talk entitled "Why You Should Use F#". However, not everyone can attend Build, and many attendees were unable to find a position in the room where they could adequately hear us. You can se...

.NET.NET CoreVisual Studio