Skip to content
The Code Blogger
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
  • Toggle website search
Menu Close
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
  • Toggle website search
.NET Core Web API - Filter Pipeline Overview
.NET Core Web API - Filter Pipeline Overview
.NET

Action Invocation Pipeline in ASP .NET Core Web APIs

In this article, let's discuss about filter pipeline, a chain that executes between the routing middleware and the selected action. What is it ? In previous article, we have seen…

1 Comment
June 14, 2021
.NET

Delayed Instantiation Using Dependency Injection In .NET

This article discusses about what is delayed instantiation and how it can be used with .NET's default IoC container and Autofac. Delayed Instantiation ? The dependency injection in .NET allows…

2 Comments
April 28, 2021
.NET

How To Use Autofac Container with .NET Web Applications

We know that .NET has its own built-in IoC container. When you create web applications, the project templates include the defautl IoC container so that you can focus on your…

0 Comments
April 27, 2021
.NET

IOptionsMonitor Demo – Reload Configurations In .NET Applications

The last article was dedicated to getting started on the options pattern for reading configurations in .NET applications. In this article, let's have a look at how the configurations can…

0 Comments
April 22, 2021
.NET

Implement A Custom Configuration Provider In .NET Web App

In last article, we have seen how to use the MemoryConfigurationProvider to load configurations from in-memory collections. You can also create the custom configuration provider to load the configuration settings…

0 Comments
April 19, 2021
Azure

Azure web app and managed identity to access key vault

In last article, we have created a .NET Core web application and accessed the secrets stored in Azure key vault. We have seen how how to allow Visual studio to…

0 Comments
June 3, 2020
Azure / Uncategorized

Use Azure Key Vault in .NET Core Web Application

Let's say we have a web application, which uploads the files to Azure Blob. The web application holds storage account name, blob container name and the access key for the…

0 Comments
June 2, 2020
.NET / Azure / Uncategorized

Secure .NET Core web app using Azure AD and MSAL

In this article, let's see how can we secure a .NET Core web application (Razor or MVC) with Azure AD. Please note that you will need Azure subscription to follow the steps…

0 Comments
May 1, 2020

About Me

Manoj Choudhari

I am a Microsoft MVP and currently working as Senior Software Engineer. I blog about C#, .NET and Azure.
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab

Follow Me

  • Twitter
  • LinkedIn
  • GitHub
  • YouTube

Buy Me a Coffee

Newsletter

Get all latest content delivered to your email a few times a month.

Recent Posts

  • Easiest Way to Run Subset of Tests From a Test Project
    March 3, 2023/
    0 Comments
  • JavaScript App with Azure App Configuration Service
    December 30, 2022/
    0 Comments
  • Azure App Configuration Service – Labels for Environment Specific Settings
    December 30, 2022/
    0 Comments
  • Azure App Configuration Service – Export Key-Value Pairs to a JSON File
    December 30, 2022/
    0 Comments
  • Azure App Configuration Service – Import JSON Settings from File
    December 30, 2022/
    0 Comments
  • Conditional Feature Flags with Azure App Configuration Service
    December 29, 2022/
    0 Comments
  • App Configuration – Using feature flags with Console App
    December 29, 2022/
    2 Comments
  • App Configuration – Use Feature Flags in Isolated Azure Functions App
    December 28, 2022/
    0 Comments
  • App Configuration – Use Feature Flags in InProcess Azure Functions App
    December 28, 2022/
    0 Comments

Popular Posts

  • .NET - Dependency Injection, One Interface and Multiple Implementations
  • How to Unapply the Last EF Core Migration
  • How To Enable Logging In .NET Console Applications
  • Multiple Ways To Set Hosting Environment In .NET Applications
  • Multiple Ways To Access Configurations In .NET Applications
  • Adding Fluent Validation in ASP .NET Core Web APIs
  • Approaches for Resolving Nullable Warnings on Existing Codebase
  • Azure Functions Config Files - Host Json and Local Settings Json
  • .NET 7 - Using Configurations with Minimal API

Categories

  • .NET
  • Angular
  • Azure
  • Azure DevOps
  • Entity Framework Core
  • Installers
  • PowerShell
  • Rest
  • SQL Server
  • Tips
  • Uncategorized

Archives

  • March 2023 (1)
  • December 2022 (43)
  • November 2022 (20)
  • October 2022 (10)
  • September 2022 (16)
  • August 2022 (2)
  • June 2022 (3)
  • May 2022 (5)
  • March 2022 (1)
  • December 2021 (2)
  • November 2021 (3)
  • August 2021 (1)
  • July 2021 (25)
  • June 2021 (30)
  • May 2021 (31)
  • April 2021 (17)
  • March 2021 (1)
  • December 2020 (30)
  • October 2020 (5)
  • September 2020 (2)
  • August 2020 (3)
  • June 2020 (24)
  • May 2020 (25)
  • April 2020 (3)
  • January 2020 (8)
  • December 2019 (34)
  • November 2019 (20)
  • October 2019 (3)
  • June 2019 (2)
  • April 2019 (10)
  • March 2019 (19)
  • February 2019 (8)
  • January 2019 (4)

Translate to your language

Spam Blocked

286 spam blocked by Akismet
thecodeblogger.com © Copyright, 2022