Showing results for September 2023 - .NET Blog

Sep 26, 2023
Post comments count25
Post likes count16

Debugging Enhancements in .NET 8

James Newton-King
James Newton-King

.NET 8 introduces debugging enhancements to many commonly used types. Check out what is new and discover how .NET debugging is better than ever.

.NETASP.NET CoreDebugging
Sep 25, 2023
Post comments count72
Post likes count18

The convenience of .NET

Richard Lander
Richard Lander

The .NET platform provides convenient solutions to many tasks, for developers looking for a straightforward utility function or a high degree of control crafting an algorithm.

.NETPerformanceFeatured
Sep 19, 2023
Post comments count7
Post likes count4

HTTPS Everywhere Update

Jon Douglas
Jon Douglas

Mistakes were made When we first published the plan for the effort of HTTPS everywhere, we wanted to get developer community feedback on the various HTTP and HTTPS scenarios that we don't have much everyday visibility of. After we published that blog, we heard you loud and clear that there was a gap. This plan needed a clear way to suppress the ev...

NuGetSecurityOther announcements
Sep 13, 2023
Post comments count131
Post likes count153

Performance Improvements in .NET 8

Stephen Toub - MSFT
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