For our C# unit testing, we generally use a mocking framework called Moq which makes it easy to create mock classes for injecting behaviour and verifying calls. But this only works for public instance methods and won’t work for anything static. Extension methods must be static methods within static classes, so what happens when you want...

Using Azure’s Application Settings allows you to manage different configurations for each development slot but there is no default way to utilise this feature from an Angular app.  By Utilising Slot Specific settings we are able to provide different APIAn API is an Application Programming Interface. APIs are used to allow systems to retrieve data from...

While attempting to access the Hangfire dashboard of a ASP.NET Web APIAn API is an Application Programming Interface. APIs are used to allow systems to retrieve data from other systems. It... project recently, we realised we had been denied access. Earlier this year we changed our development stack and began using Angular and ASP.NET Web APIAn...

©2025 Aerion Technologies. All rights reserved | Terms of Service | Privacy Policy