Showing results for C# - .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 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!

.NETC#F#
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
Nov 8, 2022
21
32

Welcome to C# 11

Mads Torgersen
Mads Torgersen

C# 11 is here! Bringing with it some highly anticipated features including string literals, generic math, required members, and much more.

.NETC#
Nov 4, 2022
4
8

Announcing .NET Community Toolkit v8.1.0 Preview 1

Sergio Pedri
Sergio Pedri

We’re happy to announce the first preview of the upcoming .NET Community Toolkit 8.1 release is now live, bringing with it some new highly requested features and major performance optimizations to the MVVM Toolkit source generators!

.NET.NET FrameworkC#
Sep 26, 2022
10
16

Use .NET from any JavaScript app in .NET 7

Pavel Å avara
Pavel Å avara

Port of the famous TodoMVC to .NET on WASM. Showcase of the JavaScript interop and running .NET in the browser, with or without Blazor.

.NETC#Blazor