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

Mar 10, 2021
11
0

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
1
0

.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-...

.NET.NET Core
Mar 4, 2021
0
0

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
20
0

.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
7
0

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