Showing results for .NET Internals - .NET Blog

May 27, 2024
8
14

Introducing links to source code for .NET API Docs

Min Huang Matt Trilby-Bassett
Min,
Matt

.NET API reference docs now link directly to the source code! Learn how the links are generated, and some of ideas for future improvements.

.NET.NET Internals.NET Fundamentals
May 12, 2022
38
7

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
Mar 22, 2022
6
4

Go To Definition improvements for external source in Roslyn

David Wengier
David Wengier

An in depth look at improvements to Go To Definition (and Go To Implementation, and Go To Base, etc.) allowing you to navigate to source code that isn't in your current solution, but instead comes from external dependencies.

.NET.NET Core.NET Framework
Sep 17, 2021
11
0

HTTP/3 support in .NET 6

Sam Spencer
Sam Spencer

See how to use HTTP/3 in your apps built using .NET 6.

ASP.NET.NET.NET Internals
Aug 18, 2021
31
1

Understanding the cost of C# delegates

Paulo Morgado
Paulo Morgado

Delegates are widely used in C# (and .NET, in general), but it's not always obvious to the developer what code they write ends up generating. In this post, I'll show the various forms to make you aware of their costs.

.NETC#.NET Internals
Aug 10, 2021
54
2

Preview Features in .NET 6 – Generic Math

Tanner Gooding [MSFT]
Tanner Gooding [MSFT]

If you’ve ever wanted to use operators with generic types or thought that interfaces could be improved by supporting the ability to define static methods as part of their contract, then this blog post is for you. With .NET 6 we will be shipping a preview of the new generic math and static abstracts in interfaces features.

.NETC#.NET Internals