.NET .NET Core ASP.NET Core C# Dependency Injection Visual Studio Web API An Overview of a .NET Core Web API Application Structure In today's post I will give an overview of the structure of a .NET Core Web API application.
.NET Core C# Dependency Injection Patterns Visual Studio How to Read Configuration Changes within .NET Core In today's post I will show how to read configuration changes within .NET Core.
.NET .NET Core Asynchronous C# Dependency Injection Hosted Services Services Visual Studio How to Configure Background Tasks with Generic Hosted Services in .NET Core In today's post I will show how to configure background tasks with generic hosted services in .NET Core
.NET .NET Core Azure Azure App Services Azure Web Job C# Dependency Injection PaaS SQL Visual Studio How to Extend an Azure Web Job to Access SQL Data In today's post I will show how to extend an Azure Web Job to access SQL data.
.NET .NET Core Best Practices C# Dependency Injection Patterns Visual Studio Using the IOptions Pattern in a .Net Core Application In today's post I will show how to use the IOptions pattern to provide settings within a .NET Core application.
Angular Best Practices Dependency Injection Patterns Typescript Visual Studio Code Using Angular Dependency Injection in an Application Configuration In today's post I will show how to use Dependency Injection to configure your environment configurations within an Angular application.
.NET Core C# Dependency Injection HTTP REST Visual Studio Web API Using HttpClientFactory for Web API HTTP POST REST Calls In this post I will show how to use HttpClientFactory for Web API HTTP POST calls.
.NET Core C# Dependency Injection Diagnostics Patterns Visual Studio Adding Logging Capability in a .NET Core Application In this post I will show how to add logging capability to a .NET Core application.
.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.