Showing results for 2023 - Page 3 of 17 - .NET Blog

Nov 14, 2023
12
25

Announcing C# 12

Kathleen Dollard
Kathleen Dollard

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

.NET.NET CoreC#
Nov 14, 2023
52
10

Announcing ASP.NET Core in .NET 8

Daniel Roth
Daniel Roth

.NET 8 is now available! Check out all the new features and improvements in ASP.NET Core in this release.

.NETASP.NETASP.NET Core
Nov 14, 2023
40
17

Announcing .NET MAUI in .NET 8

David Ortinau
David Ortinau

.NET MAUI in .NET 8 has arrived with quality improvements, performance and memory improvements, desktop enhancements, and more.

.NET.NET MAUI
Nov 7, 2023
6
5

Join us for the Great .NET 8 Hack

Aaron Powell
Aaron Powell

Join us for a virtual hackathon, November 20 to December 4, 2023 to learn how to build awesome apps with .NET, AI, or Cloud Native. And a chance to win exciting prizes!

.NET.NET MAUIMachine Learning
Nov 6, 2023
6
5

The convenience of System.IO

Richard Lander
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
42
17

What’s new with identity in .NET 8

Jeremy Likness
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.

.NET.NET CoreASP.NET Core