Showing tag results for .NET

Apr 5, 2021
Post comments count14
Post likes count0

Announcing Open Source C# standardization

Bill Wagner

The C# standards committee moved its work into Open Source. ECMA worked with the .NET Foundation, enabling C# developers worldwide to participate in the standardization effort. Visit the C# standards repo for more information.

.NETC#
Mar 25, 2021
Post comments count27
Post likes count0

Loop alignment in .NET 6

Kunal Pathak

Loop alignment improvements in .NET 6

.NET Core.NETC#
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 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 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