EntityFramework How to generate a EF core migration script to rollback database Let's see how to generate a rollback SQL script by using the standard dotnet ef migrations script command
Angular Understand CORS to really solve it Understanding the basics of CORS can really help you solve the common error we all had one day : blocked by CORS policy.
DDD Map Value objects to database with EF Core Value objects are centric for a good DDD implementation. Entity framework has now a great feature to customize the way it is mapped to a database
Angular Host a static site in Azure Blob Storage Take advantage of (very) low cost hosting with virtually infinite scalability, all without management.
Angular Create a static website with Angular How to combine the flexibility and power of Angular with SEO friendly site. We will see together in this article how to generate a static site at build time.
Azure DevOps & Desktop application Learn how to automate the delivery of your Dektop applications with Azure DevOps. More specifically, automatically create the installer for your application at each push in git via InnoSetup.