Running EF Core Migration Bundle on Alpine Linux - problems and optimisations
Entity Framework Core Migration Bundles can greatly ease the process of applying database changes during the deployment of your application.…
Entity Framework Core Migration Bundles can greatly ease the process of applying database changes during the deployment of your application.…
This is the fourth post in the GitLab CI/CD Series, where we'll be setting up a build & deploy pipeline using GitLab CI/CD. This part focuses on deploying the .NET application and applying EF Core migrations to the database.…
This is the third post in the GitLab CI/CD Series, where we'll be setting up a build & deploy pipeline using GitLab CI/CD. This part focuses on deploying the Angular application to Azure Storage.…
This is the second post in the GitLab CI/CD Series, where we'll be setting up a build & deploy pipeline using GitLab CI/CD. In the first post, we focused on building an Angular application and capturing the build output as an artifact. Now it's time to build the .NET application.…
In this series, I will try to guide you through creating a CI/CD pipeline for a .NET API application with an Angular frontend. The backend will be hosted on Azure App Service, and the frontend will be Azure Static Web App hosted on Azure Storage.…
Conversion tracking is a powerful marketing tool that allows tracking customers' valuable actions after they enter a website from a Google Ad. It helps recognise the best driver for customer actions amongst different ads or campaigns.…
So you deployed your application to Azure App Service and are waiting for the 503 Service Unavailable status to go away, and it finally does. But instead of your app, you see an error that tells you nothing. It happens to everybody, and it might not be your fault at all!…
Recently I've been working on a little .NET 6 side-project. I used the Publish Profile from Azure Portal and successfully deployed it. To make my life easier, I decided to automate the deployments.…