Our great sponsors
-
Here's a link I have for just this occasion, explanation by Stephen Toub, one of .NET's principal engineers: https://github.com/dotnet/runtime/discussions/45060#discussioncomment-135538.
-
Roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
Another example of this is from the Roslyn contribution guide where they want you to avoid LINQ usage in compiler hotpaths: https://github.com/dotnet/roslyn/blob/master/CONTRIBUTING.md#csharp
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- .NET Application Optimization: Simple Edits Speeded Up PVS-Studio and Reduced Memory Consumption by 70%
- Using Roslyn Workspaces for one-off automation (as opposed to analyzers) and as a stepping stone in learning Roslyn.
- Recursive descent parsers with good error recovery
- The pain points of C# source generators
- Does Visual Studio/Microsoft discourage the use of underscore prefixes for private member fields? Should we not use it?