Why Policy-Based Authorization Wins for External-Facing APIs
When you open an API to the outside world, the single most consequential design decision is how you express "who is allowed to do what."
When you open an API to the outside world, the single most consequential design decision is how you express "who is allowed to do what."
If you use GitHub Copilot CLI often, skills are one of the best ways to make it more useful for repeated workflows.
If you have a production using AI, it can't be without tests!
EF Core 10 made ExecuteUpdate much easier and efficient!
What if user close the browser and what happens to a running query?
How to Serialize/Deserialize polymorphic types using System.Text.Json
How to manage Authentication when we have multiple Identity providers?
Best practices for using is and as Operators