Handling Basic Endpoint Authorization with ASP.NET Core TestServerMy recent articles on JWT and Cookie authentication reminded me of a problem I wanted to solve when testing authentication and…Aug 15, 2023Aug 15, 2023
Handling Cookie Authentication with ASP.NET Core TestServerFollowing up on my article about handling JWT authentication with the ASP.NET Core TestServer, this post will cover the equivalent approach…Aug 9, 2023Aug 9, 2023
Handling JWT authentication with ASP.NET Core TestServerWhen writing APIs using ASP.NET Core we can use the excellent Microsoft.AspNetCore.TestHost or Microsoft.AspNetCore.Mvc.Testing packages to…Jun 2, 2023Jun 2, 2023
HTTP API KataCode katas are exercises which are intended to be practised repetitively in order to help us improve our skills in a given area. With each…Mar 20, 2023Mar 20, 2023
Never Release to Production on a Friday or…Should We?“Never release to production on a Friday!”. It’s a very common thing to hear and I’ve said it myself. The idea is that we shouldn’t release…Mar 9, 2023Mar 9, 2023
Postgres Performance: Multi-Row InsertMost people who have experience with relational databases such as SQL Server, Postgres, and MySQL will be aware of the benefits of using…Feb 2, 2023Feb 2, 2023