PinnedLAI TOCA·Jul 22, 2024Make your Azure API Management more securerAdd more controlling HTTP header tag
PinnedLAI TOCA·Dec 16, 2024Authentication and Authorization both on REST API and GraphQL APIASP.NET Core 8 adapt with Hot Chocolate
PinnedLAI TOCA·Aug 13, 2025C# HttpClient cause header or cookie too large issueOnce upon a time, there was a happy service that exchanged useful data between the service and an API endpoint. Suddenly, one day, an evil…
PinnedLAI TOCA·Mar 31Performance Review On schedule some comparing JobThe story was typical: one of my colleagues reported seeing a job running for over 3 hours on the SRE dashboard, appearing to hang while…
LAI TOCA·Jul 3When Redis LPOP Silently Eats Your Data: The Distributed System Trap Behind a Simple QueueYou might not think that Redis LPOP will lose data even in a try-catch environment under the application layer.
LAI TOCA·Jul 1Handling Non-Standard ISA14 Behavior in BizTalk EDI 810 ProcessingThe issue started with a new customer onboarding for EDI 810 invoices. At first glance, the requirement looked simple. The customer wanted…
LAI TOCA·Jun 9, 2025Something need to caution while you invoke HttpClient inside C# codeCombined with retry policy (Polly’s) of HttpClientA response icon2A response icon2
LAI TOCA·Dec 13, 2024Implementing Simple Fuzzy Search in SQL Queries with MSSQLIn some scenarios, we might need to perform fuzzy searches across multiple columns in a SQL table. This article introduces an easy way to…
LAI TOCA·Jul 12, 2024Force MSSQL return xml format ignore the null or empty value for the correspond elementSuppose we have below sql script sippets: