Showing results for November 2019 - .NET Blog

Nov 27, 2019
Post comments count38
Post likes count2

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
Post comments count0
Post likes count0

.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
Post comments count5
Post likes count0

.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
Post comments count43
Post likes count0

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 15, 2019
Post comments count0
Post likes count0

Deprecating TLS 1.0 and 1.1 on NuGet.org

Karan Nandwani
Karan Nandwani

co-authored by Scott Bommarito At Microsoft, using the latest and secure encryption techniques is very important to us to ensure the security and privacy of our customers. TLS 1.0 and TLS 1.1, released in 1999 and 2006 respectively, are known to be vulnerable to a number of attacks including POODLE and BEAST. In the past, we removed support fo...

NuGetNuGet.orgSecurity
Nov 14, 2019
Post comments count16
Post likes count0

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
Post comments count2
Post likes count0

.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
Post comments count0
Post likes count0

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