Showing results for March 2019 - .NET Blog

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
Mar 29, 2019
33
0

.NET Core Workers as Windows Services

Glenn Condron [MSFT]
Glenn Condron [MSFT]

In .NET Core 3.0 we are introducing a new type of application template called Worker Service. This template is intended to give you a starting point for writing long running services in .NET Core. In this walkthrough we will create a worker and run it as a Windows Service. Create a worker Preview Note: In our preview releases the worker template ...

ASP.NETASP.NET Core.NET Core
Mar 28, 2019
3
1

Migrating Delegate.BeginInvoke Calls for .NET Core

Mike Rousos
Mike Rousos

I recently worked with a couple customers migrating applications to .NET Core that had to make code changes to workaround and methods on delegates not being supported on .NET Core. In this post, we"ll look at why these APIs aren"t implemented for .NET Core, why their usage isn"t caught by the .NET API Portability Analyzer, and how to fix code usi...

.NET Core.NET.NET Framework
Mar 19, 2019
0
0

.NET Framework March 2019 Update

Tara Overfield
Tara Overfield

Today, we released the March 2019 Update. Quality and Reliability This release contains the following quality and reliability improvements. CLR Getting the Update The Update is available via Windows Server Update Services and Microsoft Update Catalog. Microsoft Update Catalog You can get the update via the Microsoft Update Ca...

.NET Framework
Mar 15, 2019
8
0

.NET Core Container Images now Published to Microsoft Container Registry

Rich Lander [MSFT]
Rich Lander [MSFT]

We are now publishing .NET Core container images to Microsoft Container Registry (MCR). We have also made other changes to the images we publish, described in this post. Important: You will need to change statements in files and commands as a result of these changes. 3.0 references need to be changed now. Most 1.x and 2.x usages can be change...

.NET
Mar 12, 2019
0
0

.NET Core March 2019 Updates – 1.0.15, 1.1.12, 2.1.9 and 2.2.3

Lee Coward
Lee Coward

Today, we are releasing the .NET Core March 2019 Update. These updates contain security and reliability fixes. See the individual release notes for details on included reliability fixes. Security Microsoft Security Advisory CVE-2019-0757: .NET Core NuGet Tampering Vulnerability A tampering vulnerability exists in NuGet softwa...

.NET
Mar 8, 2019
8
0

Announcing ML.NET 0.11 – Machine Learning for .NET

Bri Achtman
Bri Achtman

ML.NET is an open-source and cross-platform machine learning framework (Windows, Linux, macOS) for .NET developers. Using ML.NET, developers can leverage their existing tools and skillsets to develop and infuse custom AI into their applications by creating custom machine learning models for common scenarios like Sentiment Analysis, Recommendation, ...

.NET
Mar 6, 2019
36
0

Announcing .NET Core 3 Preview 3

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 3.0 Preview 3. We would like to update you on the .NET Core 3.0 schedule and introduce you to improvements in .NET Core SDK installers, Docker containers, Range, and Index. We also have updates on the Windows Desktop and Entity Framework projects. Download and get started with .NET Core 3 Preview 3 right now on...

.NET.NET Core