Hendrik Bulens All about .NET development

CategoryCloud development

Automatically deploy a static site to Azure App Service using Azure DevOps

A

Static websites are nothing to get excited about. To avoid being scorned, it’s probably best not to put it as a skill on your resume or to bring it up at a networking event. Even so, they are everywhere. And for good reason. From a developer’s perspective, quite a lot has happened since the early days of the web. New technologies and frameworks have popped up like mushrooms. They have...

Preparation guide for the AZ-900 Azure Fundamentals exam

P

Earlier this week I passed the AZ-900 Azure Fundamentals exam. I am genuinely relieved I did, and here’s why. I’ve been in the field for several years. Heck, I even wrote my master’s thesis on cloud computing. I’ve used Azure for years but I have always been limited to using just a few services while there’s so much more. This slightly odd discovery put me into...

Creating SQL schemas using Entity Framework Code First

C

As you might have read in my previous post, I used SQL schemas to partition data between tenants. Being part of the true definition of SaaS, a new tenant should be up and running within minutes without any human intervention. With my suggested approach, we need to do two things: Registering a new tenantAttaching users to the tenant In this article, I am going to focus on the first item whereas...

Hendrik Bulens All about .NET development