Showing results for December 2022 - .NET Blog

Dec 30, 2022
1
7

Top .NET Blog Posts of 2022

James Montemagno
James Montemagno

Let's take a look back at the top .NET blogs posts from 2022!

.NETASP.NETC#
Dec 22, 2022
0
4

Accelerate ML.NET training with Intel oneDAL

Luis Quintanilla
Luis Quintanilla

The first preview release of ML.NET 3.0 brings training hardware acceleration improvements powered by Intel oneDAL.

.NETMachine LearningML.NET
Dec 19, 2022
5
10

Build Your Own Podcast App with .NET 7, Blazor, and .NET MAUI

James Montemagno
James Montemagno

The .NET Podcast app is a sample application showcasing .NET, ASP.NET Core, Blazor, .NET MAUI, Azure Container Apps, Orleans, and more. Pull down the source code and explore the architecture today.

.NETASP.NETASP.NET Core
Dec 12, 2022
5
3

Polyglot Notebooks – Now with .NET 7, C# 11, and F# 7 Support!

Claudia Regio
Claudia Regio

The December 2022 release of the Polyglot Notebooks extension for Visual Studio Code is now available. This release includes upgrades to .NET 7, support for C# 11 and F# 7, and improvements to the SQL and KQL kernel experience!

.NET.NET CoreC#
Dec 8, 2022
7
5

.NET 7 Networking Improvements

Natalia Kondratyeva Máňa
Natalia,
Máňa

Introducing new networking features in .NET 7 including HTTP space, new QUIC APIs, security, WebSockets, and more!

.NETNetworking
Dec 5, 2022
19
5

Custom Controls for WinForm’s Out-Of-Process Designer

Klaus Loeffelmann
Klaus Loeffelmann

A rich user control ecosystem has always been one of the most important WinForms success guarantors. While the runtime support for Custom Controls remains unchanged, there are breaking changes with the design time support for the new Windows Forms (WinForms) .NET Designer.

.NETC#WinForms