Showing category results for C#

Nov 14, 2023
Post comments count12
Post likes count25

Announcing C# 12

Kathleen Dollard

Announcing the official release of C# 12, including collection expressions, primary constructors, and more!

.NETC#
Nov 6, 2023
Post comments count6
Post likes count6

The convenience of System.IO

Richard Lander

File I/O APIs are used pervasively in apps. .NET has great API for reading and writing files. They are a great example of the convenience of .NET.

.NETC#Performance
Nov 3, 2023
Post comments count42
Post likes count17

What’s new with identity in .NET 8

Jeremy Likness

An introduction to identity in .NET 8 with code examples to secure APIs, generate a Blazor-based UI and integrate authentication into Blazor WebAssembly apps.

.NETASP.NET CoreC#
Oct 2, 2023
Post comments count0
Post likes count5

The .NET Conf Student Zone is Back!

Katie Savage

Get ready for the .NET Conf Student Zone on November 13!

.NETASP.NET CoreC#
Sep 13, 2023
Post comments count131
Post likes count157

Performance Improvements in .NET 8

Stephen Toub - MSFT

.NET 7 was super fast, .NET 8 is faster. Take an in-depth tour through over 500 pull requests that make that a reality.

.NETC#Visual Studio
Sep 8, 2023
Post comments count22
Post likes count18

WPF File Dialog Improvements in .NET 8

Dipesh Kumar

Announing OpenFolderDialog control and other file dialog properties in WPF in .NET 8.

.NETC#WPF