Camilo TerevintoMar 184 minASP.NET CoreOffloading And Scheduling Jobs With Hangfire MicroservicesIn this post, I discuss how to develop Hangfire-enabled microservices to offload and schedule jobs.
Camilo TerevintoFeb 204 minASP.NET CoreOAuth PKCE flow for ASP.NET Core with SwaggerIn this post, I demonstrate how to use OAuth PKCE flow in ASP.NET Core with a sample Swagger/Open API client
Camilo TerevintoOct 25, 20214 minASP.NET CoreASP.NET Core integration tests with NUnit and MoqIn this post, we look at doing integration testing in ASP.NET Core with NUnit and mocking with Moq.
Camilo TerevintoOct 5, 20218 minC#Simplifying observability and diagnostics in .NET microservicesIn this post, I discuss a custom approach for making it simpler to track down nasty bugs in ASP.NET Core and .NET microservices.
Camilo TerevintoOct 2, 20216 minASP.NET CoreSimple and secure custom API Keys using ASP.NET CoreHow to generate, configure and use API Keys in ASP.NET Core