Fixing “This async method lacks ‘await’ operators and will run synchronously”
This little “warning” has been the bain of my life recently… warning CS1998: This async method lacks ‘await’ operators and …
This little “warning” has been the bain of my life recently… warning CS1998: This async method lacks ‘await’ operators and …
Since the early days of C# 9, I’ve been doing writeups on all of the new features including init-only properties, …
So anyone who uses Entity Framework/EF Core knows that you can run migrations from powershell/package manager console like so : …
Getting Setup With C# 9 If you aren’t sure you are using C# 9 and/or you want to start using …
While mentoring a junior developer and trying to help them understand dependency injection, I came across a topic that I …
Cloning objects in any programming language is tricky, but I think in C# that’s taken up an extra notch by …
Getting Setup With C# 9 If you aren’t sure you are using C# 9 and/or you want to start using …
Getting Setup With C# 9 If you aren’t sure you are using C# 9 and/or you want to start using …
Getting Setup With C# 9 If you aren’t sure you are using C# 9 and/or you want to start using …
Getting Setup With C# 9 If you aren’t sure you are using C# 9 and/or you want to start using …