Showing archive results for 2021

Mar 15, 2021
Post comments count3
Post likes count0

ML.NET and Model Builder March Updates

Bri Achtman

This release of ML.NET and Model Builder brings numerous bug fixes and enhancements as well as new features, including config-based training and a redesigned Consume step.

.NETMachine LearningML.NET
Mar 12, 2021
Post comments count1
Post likes count0

Investigating a Linux CVE with .NET Images

Richard Lander

We regularly help .NET developers manage Linux CVEs. This post is an example of how we helped a customer with CVE-2021-23840 and CVE-2021-23841.

.NET.NET CoreContainers
Mar 11, 2021
Post comments count25
Post likes count0

ASP.NET Core updates in .NET 6 Preview 2

Daniel Roth

.NET 6 Preview 2 is now available! Check out all the improvements in ASP.NET Core in this update.

ASP.NETASP.NET CoreBlazor
Mar 11, 2021
Post comments count0
Post likes count0

Announcing Entity Framework Core 6.0 Preview 2

Jeremy Likness

Announcing the release of EF Core 6.0 Preview 2, the second preview of the new Entity Framework Core.

.NETASP.NET.NET Core
Mar 11, 2021
Post comments count54
Post likes count0

Announcing .NET 6 Preview 2

Richard Lander

.NET 6 Preview 2 is now available.

.NET.NET Core
Mar 10, 2021
Post comments count11
Post likes count0

Blinking LEDs with Raspberry Pi

Richard Lander

You can blink lots of LEDs with the Raspberry Pi, with a new set of LED blinking APIs.

.NET.NET Core
Mar 9, 2021
Post comments count1
Post likes count0

.NET March 2021 Updates – 5.0.4, 3.1.13, 2.1.26

Rahul Bhandari (MSFT)

Today, we are releasing the .NET March 2021 Updates. These updates contains reliability and security improvements. See the individual release notes for details on updated packages. You can download 5.0.4 , 3.1.13, 2.1.26 versions for Windows, macOS, and Linux, for x86, x64, Arm32, and Arm64. Security CVE-2021-26...

.NET.NET Core
Mar 4, 2021
Post comments count2
Post likes count0

.NET Core 2.1 will reach End of Support on August 21, 2021

Jamshed Damkewala

.NET Core 2.1 will be reaching end of support on August 21, 2021. You need to take action to update your app to a supported version of .NET Core.

.NET.NET CoreLifecycle
Mar 4, 2021
Post comments count0
Post likes count0

Learn to build HTTP APIs with .NET

Jon Galloway

ASP.NET makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. Whether you're new to .NET or an old pro, we've got a lot of fresh videos, tutorial, and documentation to help you learn how to build great HTTP APIs.

ASP.NET.NET