Category: Architecture
-
Custom nuget feeds with Visual Studio Online Build
So I was working on DayTickler, and we suddenly decided to start using Xamarin controls from Telerik(Progress) and Syncfusion. Traditionally, that usually meant downloading the installer and then referencing the proper assemblies from the local drive. Another workflow was to copy the assemblies to the project directory in some sort…
-
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…
