.NET Core ASP.NET Core CICD Containers DevOps Docker How to Publish a .NET Core Application into a Docker Hub Container Registry In this post I will show how to Publish a .NET Core App into a Docker Hub Container Registry.
.NET Core ASP.NET Core Azure Azure App Services Azure Blob Azure Storage Diagnostics Kudu How to Configure Logging of .NET Core Applications in an Azure App Service In this post I will show how to add logging for .NET Core applications hosted in Azure.
.NET Core ASP.NET Core ASP.NET Core Identity OAuth Visual Studio How to Use Claim Based Authorization in .NET Core Web Applications In this post I will be showing how to use ASP.NET Core Identity claims for user authorization.
.NET Core ASP.NET Core ASP.NET Core Identity C# OAuth Razor Visual Studio How to Extend Identity Accounts to use Claims in .NET Core Applications In this post I will be showing how to extend ASP.NET Core Identity users with claims.
.NET Core ASP.NET Core C# HTML MVC Razor Visual Studio How to Trap and Handle Exceptions in .NET Core Applications In this post I will be showing how to trap and handle exceptions in a .NET Core application.
.NET Core ASP.NET Core Bootstrap HTML Razor Visual Studio How to use Bootstrap in .NET Core Web Applications In this post I will be showing how to install and configure an Angular application to use Bootstrap themes.
.NET Core ASP.NET Core C# OpenAPI Swagger Visual Studio Web API How to Add Swagger UI to a .NET Core Web API In this post I will be showing how to add Swagger Open API to a .NET Core Web API.
.NET Core ASP.NET Core ASP.NET Core Identity C# Entity Framework Core OAuth Razor Visual Studio Web API How to Customize User Identity in .NET Core Applications In this post I will be showing how to extend a customize user identity using ASP.NET Core identity.
.NET Core ASP.NET Core C# Dependency Injection OAuth Patterns Visual Studio Web API How to use a Declarative Authorization Policy to Secure Web API Application Resources In this post I will be showing you how to secure a Web API using a declarative authorization policy.
ASP.NET Core C# Dependency Injection OAuth Visual Studio Web API How to use an Imperative Authorization Policy to Secure Web API Application Resources In this post I will be showing you how to secure a Web API using an imperative authorization policy.