Telemetry in .Net 5.0+

When making systems that communicate across apps with the HTTP protocol. It is valuable to be able to track calls across the apps in your logs to be able to track errors and bugs and fix them. Telemetry can offer insights on which features end-users use most, and detection of bugs and issues. After some... » read more

Add a timer triggered Webjob for .NET 5.0

In a similar construction as the previous blog about creating webjobs for the .NET Framework, we needed a Sync WebJob now for the same kind of solution except that the Web App was a .NET 5.0 blazor solution. Therefore we needed to create an Azure WebJob which could run alongside this. Unfortunately, there was not... » read more

Deploying a DevExpress (Express APP)XAF Web Application to an Azure Web APP Subscription Using the “MySql In-app” Database

Why Express App (XAF)? I have been using Express APP (XAF) from Developer Express for applications for as long as I can remember; mostly to play around with. The reason? I have been so fascinated by the development process involved (building the business objects first) and the rapid development possibilities this framework has. On a... » read more