Introducing the C# 11 Required Keyword
A new .NET 7 language feature that helps reduce boilerplate constructor code
In this article we’ll explore the new C# 11 required
keyword that was introduced this week and see how it helps provide alternative ways of safely configuring objects.