You want to test something that uses an Entity Framework DbContext as a dependency.
Can I replace this easily with a fake DbContext using NSubsitute?
[More]
This blog post shows how you can improve JSON serialization performance with a simple step, thanks to the Roslyn Source Generator feature.
[More]
You want to test something that uses an Entity Framework DbContext as a dependency.
Can I replace this easily with a fake DbContext?
[More]
How good is ChatGPT at writing code?
[More]
Prefer ValueTask for Interfaces
[More]
How do you debug your JWT bearer token in .NET 6?
[More]
With the new .NET 7 we see increased code generation being used for efficiency. In this blog I want to discuss the added support for regular expressions.
[More]
Complex business logic can be simplified by implementing
this as a decision table using C# pattern matching.
[More]
With .NET 6 comes C# 10, and this has a couple of interesting language features. Here I want to disc
[More]
Using Nullable Reference Types
Introduction
One of the major sources of unexpected runtime er
[More]