Azure Azure Storage Azure Storage Queue C# How to Queue Requests through an Azure Storage Queue In today's post I will show how to queue requests using Azure Storage Queues.
Architecture Azure Azure Service Bus Azure Storage Azure Storage Queue Best Practices How to Decide between using an Azure Service Bus or an Azure Storage Queue In today's post I will show how to decide between using an Azure Service Bus or an Azure Storage Queue.
Architecture Azure Azure Function Azure Web Job Azure WebJob Best Practices How to Decide between an Azure Serverless Function or an Azure App Service WebJob In today's post I will show how to decide between using an Azure serverless function or an Azure App Service…
.NET .NET Core C# ORM Patterns How to Use AutoMapper in a .NET Core Application In today's post I will be showing you how to use AutoMapper mapping library in a .NET Core application.
C# Delegates Generics How to Map Types using Delegates in Generic Collections In today's post I will be showing how to map types using delegates in generic collections.
.NET .NET Core Best Practices C# Entity Framework Core OWASP How to Use Raw SQL Queries in Entity Framework Core In today's post I will be showing you how to use raw SQL queries in Entity Framework Core.
Best Practices C# The Benefits of Writing Clean Code In today's post I will explain what the benefits are in writing clean code with some examples.
Angular Containers Docker YAML How to Run an Angular Application as a Docker Container Nginx Web Server In this post I will be showing you how to run an Angular application within a Docker Nginx Container.
Angular Containers Docker YAML Running an Angular Application within a Docker Container In this post I will be showing you how to run an Angular application within a Docker Container.
.NET .NET Core Best Practices C# NUnit TDD Visual Studio How to Integration Test .NET Core Applications In this post I will be showing you how to integration test a .NET Core application.