Architecture Azure Azure AD Tenants How to Create Tenants in Azure Active Directory In today's post I will show how to create tenants in Azure Active Directory.
.NET .NET Core ASP.NET Core Identity Best Practices C# OWASP Security Visual Studio How to Implement Account Unlocking in ASP.NET Core Identity In today's post I will show how to implement account unlocking using ASP.NET Core Identity.
.NET .NET Core ASP.NET Core Identity Best Practices C# OWASP Security Visual Studio How to Implement Password Changes in ASP.NET Core Identity In today's post I will show how to implement account password changes using ASP.NET Core Identity.
.NET .NET Core ASP.NET Core ASP.NET Core Identity Best Practices C# OWASP Security Visual Studio How to Implement Account Lockouts in ASP.NET Core Identity In today's post I will show how to implement account lockouts using ASP.NET Core Identity.
.NET .NET Core Azure Azure Function C# Visual Studio How to Build Serverless Workflows with Durable Azure Functions In today's post I will be showing how to build serverless workflows using durable Azure Orchestration functions.
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.