Showing results for 2019 - Page 2 of 19 - .NET Blog

Dec 3, 2019
84
0

Announcing .NET Core 3.1

Rich Lander [MSFT]
Rich Lander [MSFT]

Announcing .NET Core 3.1 We’re excited to announce the release of .NET Core 3.1. It's really just a small set of fixes and refinements over .NET Core 3.0, which we released just over two months ago. The most important feature is that .NET Core 3.1 is an long-term supported (LTS) release and will be supported for three years. As we've done in the p...

.NET
Nov 27, 2019
38
2

Embracing nullable reference types

Mads Torgersen
Mads Torgersen

Probably the most impactful feature of C# 8.0 is Nullable Reference Types (NRTs). It lets you make the flow of nulls explicit in your code, and warns you when you don't act according to intent. The NRT feature holds you to a higher standard on how you deal with nulls, and as such it issues new warnings on existing code. So that those warnings (h...

.NET
Nov 19, 2019
0
0

.NET Framework November 2019 Preview of Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the November 2019 Preview of Quality Rollup Quality and Reliability This release contains the following quality and reliability improvements for .NET Framework for Windows 8.1, Server 2012 R2, Server 2012, Windows 7 SP1, Server 2008 R2 SP1 and Server 2008 SP2. Following this recent announcement, there are no optional non-s...

.NET
Nov 19, 2019
5
0

.NET Core November 2019 Updates – 2.1.14, 2.2.8, and 3.0.1

Jamshed Damkewala
Jamshed Damkewala

Today, we are releasing the .NET Core November 2019 Update. These updates only contain non-security fixes. See the individual release notes for details on updated packages. NOTE: If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. Information needed to make...

.NET.NET Core
Nov 18, 2019
43
0

gRPC vs HTTP APIs

James Newton-King
James Newton-King

ASP.NET Core 3.0 adds support for gRPC, an opinionated contract-first remote procedure call framework. This blog post compares gRPC to JSON HTTP APIs, discusses gRPC's strengths and weaknesses, and when you could use gRPC to build your apps.

ASP.NETASP.NET Core
Nov 14, 2019
16
0

Announcing .NET Core 3.1 Preview 3

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we're announcing .NET Core 3.1 Preview 3. .NET Core 3.1 is a small and short release focused on key improvements in Blazor and Windows desktop, the two big additions in .NET Core 3.0.. It will be a long term support (LTS) release. We are coming near the end of the 3.1 release and expect to release it in early December. You can download .NET...

.NET
Nov 13, 2019
2
0

.NET Framework November 13, 2019, Update for .NET Framework 4.8

Brett Lopez
Brett Lopez

Today, we released an update for .NET Framework 4.8 to Microsoft Update Catalog. Quality and Reliability This release contains the following reliability improvement. CLR1 1 Common Language Runtime (CLR) Known Issues in this update There are no known issues with this update, however, this update resolves a previous known issue. These upda...

.NET
Nov 12, 2019
0
0

ML.NET Model Builder Updates

Bri Achtman
Bri Achtman

ML.NET is a cross-platform, machine learning framework for .NET developers, and Model Builder is the UI tooling in Visual Studio that uses Automated Machine Learning (AutoML) to easily allow you to train and consume custom ML.NET models.

ML.NET.NET