Checking for null without checking for null in C#



Checking for null without checking for null in C#

Checking for null without checking for null in C#

Check out my courses: https://dometrain.com
Become a Patreon and get Discord & source code access: https://www.patreon.com/nickchapsas

Hello everybody I’m Nick and in this video I will introduce you to a different way to do argument null checking in C# using a package called NullGuard. NullGuard is using a technique called Assembly Weaving to change the compiled code and inject null checks in places where there should be.

Give a start to NullGuard.Fody on GitHub: https://github.com/Fody/NullGuard

Don’t forget to comment, like and subscribe 🙂

Social Media:
Follow me on GitHub: http://bit.ly/ChapsasGitHub
Follow me on Twitter: http://bit.ly/ChapsasTwitter
Connect on LinkedIn: http://bit.ly/ChapsasLinkedIn

Keep coding merch: https://keepcoding.shop

#csharp #dotnet #nullguard

Comments are closed.