Showing results for March 2021 - Page 2 of 3 - .NET Blog

Mar 11, 2021
Post comments count54
Post likes count0

Announcing .NET 6 Preview 2

Richard Lander
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
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)
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
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
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
Mar 4, 2021
Post comments count20
Post likes count0

.NET Interactive with SQL!| .NET Notebooks in Visual Studio Code

Maria Naggaga
Maria Naggaga

Read all about how SQL and Entity Framework Core developers can now start using .NET Interactive notebooks for quick iteration of notebooks while providing strongly typed APIs, code completion over tables and columns, and Language-Integrated-Query (LINQ). Quickly explore your data's shape and schema.

.NET CoreC#Azure
Mar 2, 2021
Post comments count27
Post likes count3

How to Scan NuGet Packages for Security Vulnerabilities

Drew Gillies
Drew Gillies

Today, we are announcing the public availability of NuGet’s vulnerability features that you can use to ensure your projects are vulnerability free and if not, to take action to securing your software supply chain.

NuGetNuGet.orgSecurity
Mar 2, 2021
Post comments count7
Post likes count0

IntelliSense for appsettings.json

James Newton-King
James Newton-King

Visual Studio and Visual Studio Code now support IntelliSense for `appsettings.json`. IntelliSense allows you to quickly edit your app's configuration and get immediate feedback on available properties or typos.

ASP.NETASP.NET CoreVisual Studio