Dev Corner
Diving deep into the code to solve your challenges and offer up expert tipsPatterns for using Entity Framework in C# 8
C# 8 adds Nullable Reference Types, which warns us about problematic null values. If you’re upgrading to C# 8, you may run into a few challenges for Entity Framework. Although frustrating at first, the warnings can also be catalysts for finding more effective ways to...