RavenDB Integration TestingUsing RavenDB in Integration TestingTesting REST APIs in some cases is tricky, because the role of some endpoints is just to pass data…Alexandru PuiuDecember 24, 2022 2 min
Authentication in HttpClientFactoryAuthentication in Http Client FactoryNamed Http Clients created by an Http Client Factory is an efficient way to manage calls to 3rd…Alexandru PuiuDecember 21, 2022 1 min
Basic AuthenticationBasic Authentication in C# / .NETBasic authentication might be a bad idea for most things, but still very useful for some very…Alexandru PuiuDecember 21, 2022 1 min
Chat-GPT Write CodeWrite a REST API in C# using Chat GPTLast night I decided to check out Chat GPT and see how far along it is, and I was blown away. I've…Alexandru PuiuDecember 08, 2022 4 min
Enumeration AttacksProtect Against Enumeration Attacks in 2022Enumeration Attacks are a type of attack in which the attacker tries to guess or validate a data set…Alexandru PuiuJuly 15, 2022 1 min
Feature ManagementTop 3 useful extension methods to add feature flags around dependency injection in C#Feature Management in .net has functionality for most use-cases, but I needed to register a service…Alexandru PuiuFebruary 25, 2022 1 min