· software
C# Smart Enums: optimized
The Problem: The “LINQ Tax” In Part 1 we replaced magic numbers with records. To find a specific status we used LINQ: csharp var status = Status.All.SingleOrDe...
The Problem: The “LINQ Tax” In Part 1 we replaced magic numbers with records. To find a specific status we used LINQ: csharp var status = Status.All.SingleOrDe...