Homepage
Open in app
Sign in
Get started
Engineering & Design
Stories about Cloud, Software Development & UX
Cloud
IoT
Web
XR
AI
DevOps
Start a project
Follow
Azure Web App + Storage Account with Managed Identity using Bicep
Azure Web App + Storage Account with Managed Identity using Bicep
Today I needed to automate a standard scenario in Azure: connecting a Web App Service (in my case ASP.NET Core) to Azure BLOB and Table…
Thomas Pentenrieder
May 23
Run and manage periodic background tasks in ASP.NET Core 6 with C#
Run and manage periodic background tasks in ASP.NET Core 6 with C#
Sometimes your web app needs to do work in the background periodically e.g. to sync data. This article provides a walkthrough how to…
Philipp Bauknecht
Jun 10, 2022
Help, my Unity HTTP-Requests break on UWP!
Help, my Unity HTTP-Requests break on UWP!
Use Newtonsoft.Json for JSON serialization instead of System.Text.Json.
Jonas Hundertmark
Apr 11
Latest
Simplify string formatting with SmartFormat.NET
Simplify string formatting with SmartFormat.NET
String formatting is a common task in software development and allows you to create dynamic and informative output. Traditional approaches…
Benjamin Abt
May 29
New things in .NET 8
New things in .NET 8
Half a year to go until the release of .NET 8 — time to take a look at what we can expect.
Benjamin Abt
May 15
Connect a custom domain to Azure Front Door with Cloudflare
Connect a custom domain to Azure Front Door with Cloudflare
This post describes the steps required to connect any custom domain or sub domain to Azure Front Door as platform gateway using Cloudflare…
Philipp Bauknecht
Apr 6
Automate the use of secrets in the cloud using Azure Key Vault
Automate the use of secrets in the cloud using Azure Key Vault
E2E example on how to automate the deployment and use of Azure Key Vault using Bicep, RBAC and Azure Pipelines.
Philipp Bauknecht
Mar 21
Logging in Azure Functions
Logging in Azure Functions
How to log from anywhere using ILogger and logLevel with .NET and Dependency Injection
Philipp Bauknecht
Mar 21
Using Bicep params and output in Azure Pipelines
Using Bicep params and output in Azure Pipelines
How to use the output of a Bicep deployment triggered from a Azure Pipeline for subsequent tasks, jobs and stages.
Philipp Bauknecht
Mar 20
Using Azure DevOps Pipeline Variables in PowerShell Script Files
Using Azure DevOps Pipeline Variables in PowerShell Script Files
Using Azure DevOps Pipeline Variables in PowerShell Script Files
Benjamin Abt
Mar 17
Efficient deserialization of Json files on Azure Blob Storage with .NET
Efficient deserialization of Json files on Azure Blob Storage with .NET
Efficient deserialization of Json files on Azure Blob Storage with .NET
Benjamin Abt
Mar 15
How to resolve the Azure LinuxDynamicWorkersNotAllowedInResourceGroup Error
How to resolve the Azure LinuxDynamicWorkersNotAllowedInResourceGroup Error
A few weeks ago I started to fix some issues on an existing Azure pipeline for deploying cloud resources. It’s an enterprise system which…
Janek Fellien
Mar 12
Use constants in Azure Bicep to simplify your IaC life.
Use constants in Azure Bicep to simplify your IaC life.
Use constants in Azure Bicep to simplify your IaC life.
Benjamin Abt
Mar 12
The Unity-developer’s survival guide to Godot 4.0
The Unity-developer’s survival guide to Godot 4.0
Godot 4.0 stable is finally out! I’ve been a fan of the Godot project for years now, and while I always thought Godot 3.x was a neat…
Jonas Hundertmark
Mar 3
A struct with an interface is inefficient in .NET
A struct with an interface is inefficient in .NET
A struct with an interface is inefficient in .NET
Benjamin Abt
Feb 28
Get end-to-end traceability with Application Insights and Angular
Get end-to-end traceability with Application Insights and Angular
Application Insights allows us to monitor what and how our application is doing. Apart from collecting metrics and telemetry it even allows…
Yannick Haas
Feb 6
Create Symbolic Links on Windows with .NET
Create Symbolic Links on Windows with .NET
Create Symbolic Links on Windows with .NET
Benjamin Abt
Feb 2
Debug dockerized .NET application on remote machine using Visual Studio Code
Debug dockerized .NET application on remote machine using Visual Studio Code
Developing and deploying containerized applications is a common and convenient way, especially when you are building IoT solutions running…
Dominik Deschner
Jan 31
Benefits of using isolated mode of Azure Functions with .NET
Benefits of using isolated mode of Azure Functions with .NET
The isolated mode of Azure Functions with .NET allows for greater control over the runtime environment and dependencies of the function…
Benjamin Abt
Jan 30
Web performance tests with k6
Web performance tests with k6
Performance testing is a crucial step in ensuring that your website can handle high levels of traffic and provide a smooth user experience…
Benjamin Abt
Jan 26
Disable Spell Checker in Visual Studio 2022
Disable Spell Checker in Visual Studio 2022
Disable Spell Checker in Visual Studio 2022
Benjamin Abt
Jan 18
Use MSSQL Query Statistics
Use MSSQL Query Statistics
MSSQL Live Query statistics are a valuable tool for software developers working with Microsoft SQL Server (MSSQL). These statistics provide…
Benjamin Abt
Jan 16
StartsWith Filter on Azure Table Storage columns in C# & JavaScript
StartsWith Filter on Azure Table Storage columns in C# & JavaScript
Azure Table Storage is quite limited in the ways you can add filters to your queries. E.g. asking for all rows where PartitionKey starts…
Thomas Pentenrieder
Jan 11
Raspberry Pi as LED-Strip Controller
Raspberry Pi as LED-Strip Controller
Last year (2022) the company I’m working for, was requested to create a sample for an IIoT (Industrial Internet of Things) use case. We’ve…
Janek Fellien
Jan 4
Difference between Add and AddAsync in EF Core
Difference between Add and AddAsync in EF Core
Difference between Add and AddAsync in EF Core
Benjamin Abt
Jan 4
Using SignalR.Client in Unity UWP apps
Using SignalR.Client in Unity UWP apps
At this point, my fate seems to be building esoteric tech stacks on top of Unity, so let’s get to it:
Jonas Hundertmark
Jan 2
ChatGPT answers are cut off — how to fix
ChatGPT answers are cut off — how to fix
ChatGPT answers are cut off — how to fix
Benjamin Abt
Dec 23, 2022
About medialesson
Latest Stories
Archive
About Medium
Terms
Privacy
Teams