Category: Azure
-
SQL Magic row to column concatenation
Imagine you have a very simple data model with two tables, Invoice and InvoiceTaxes. When creating a report, i would like to see all invoices and the taxes applied to each, but not as a 1 to n relationship, but rather as a sting concatenation. i.e. Invoice1, “TPS” Invoice2, “TPS,…
-
Application Insight Availability
I just helped put a rather big system in production. There are always a lot of things to do and we lately turned on availability monitoring with Azure Application Insights. Since we knew we were going to use this feature, we had added a “ping” controller to our API tier.…
-
Azure and Memory Leaks
I know I know, how can i have memory leaks, you’ve got a garbage collector in that fancy .net don’t you ? So this is the second project i work on where we find memory leaks in production. The first one was a third party library that didn’t release a…
