On this page is where I share some of the infographics I have created and previously shared on social media platforms. It exists mostly as an archive.
Enjoy!
.NET 7 Preview 1 added a new Regex Source Generator!
If you know the pattern at compile-time, you can take advantage of this feature and lose the Regex startup cost!
Check out the introduction of this feature on GitHub –
https://github.com/dotnet/core/issues/7106#issuecomment-1036456694C# 11 Preview adds a new way of null-checking method parameters. Eliminate tons of boiler-plate code by using this new “bang bang” syntax! The team is still looking for feedback on this feature, so be sure and make your voice heard!