Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.
Get Feedersteven-giesel.com
Get the latest updates from Steven Giesel directly as they happen.
Follow now 32 followers
Last updated 5 days ago
5 days ago
Entity Frameworks SqlRaw has a small, sometimes annoying limitation The SQL query...
12 days ago
In this blog post we will have a look into how to...
19 days ago
Architectural Unit tests are nice to constraint your system (like which parts...
26 days ago
Some while ago I was explaining what "Lowering" is. And the interesting...
about 1 month ago
Last year I wrote an article about how ToListAsync was slow in...
about 2 months ago
Often times, you find yourself in writing data-driven tests in xUnit (like...
about 2 months ago
Did you ever try to have a switch expression in Blazor? Yes...
2 months ago
As every year, the dotnet team adjusted the runtime and libraries to...
2 months ago
If you want to be up to date with dotnet development, you...
3 months ago
If we have a List<T> and an IList<T>, enumerating over the List<T&gt...
3 months ago
For good reasons, many folks don't want to use reflection. Since .NET...
3 months ago
In C# we have many nice guards sitting on top of static...