.NET Core Azure AD C# MS Graph Office 365 REST Web API How to use an MS Graph API Calendar with .NET Core In today's post I will show how to create an MS Graph API calendar using .NET Core.
.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 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 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 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.
.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.
.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.
.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.
.NET Core C# Diagnostics Visual Studio Centralized Logging and Exception Handling in a .NET Core Application In today's post I will show how to implement centralized logging and exception handling in a .NET core application.
.NET Core C# Visual Studio Using Extension Methods in a .NET Core Application In today's post, I will show how to use extension methods within a .NET Core application.