Showing category results for C#

Nov 8, 2022
Post comments count21
Post likes count33

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
Post comments count4
Post likes count8

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!

.NETC#.NET Framework
Nov 3, 2022
Post comments count3
Post likes count13

.NET Interactive Notebooks is now Polyglot Notebooks!

Claudia Regio
Claudia Regio

The .NET Interactive Notebooks extension in Visual Studio Code has been renamed to Polyglot Notebooks! Checkout what is new in this release for developers.

.NETC#F#
Sep 26, 2022
Post comments count10
Post likes count16

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
Aug 22, 2022
Post comments count68
Post likes count19

C# 11 preview: generic math, required members, and more

Bill Wagner
Bill Wagner

Most of the C# 11 features are available for you to try. Learn about the latest updates shipping with Visual Studio 17.3, try them out, and give us feedback.

C#.NET
Jun 9, 2022
Post comments count34
Post likes count3

.NET 7 Preview 5 – Generic Math

Tanner Gooding [MSFT]
Tanner Gooding [MSFT]

.NET 7 Preview 5 includes significant improvements to the Generic Math feature.

.NETC#
Jun 7, 2022
Post comments count3
Post likes count3

Exchange Online Journey to .NET Core

David Sterling (EXCHANGE)
David Sterling (EXCHANGE)

Explore Exchange's migration from .NET Framework to .NET Core

.NETASP.NETASP.NET Core
May 12, 2022
Post comments count38
Post likes count7

Regular Expression Improvements in .NET 7

Stephen Toub - MSFT
Stephen Toub - MSFT

System.Text.RegularExpressions has improved significantly in .NET 7. In this post, we'll deep-dive into many of its exciting improvements.

.NETC#Visual Studio