Skip to content
The Code Blogger
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
Menu Close
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
DI and Fluent Validation
DI and Fluent Validation
.NET

ASP .NET Core API – Fluent Validators and Dependency Injection

This article will explain how to register fluent validators in dependency injection containers. For demonstrating it is going to use the .NET's default dependency injection container. Registering Specific Validator Type…

0 Comments
November 23, 2022
Functions and Dependency Injection
Azure

Dependency Injection in .NET Based Azure Functions

We already have seen that there are two different execution models for .NET Based Azure Functions. The two execution models are in-process and isolated worker process. In this article, we…

0 Comments
November 10, 2022
.NET 7 - Minimal Api and DI
.NET

.NET 7 – Minimal API and Dependency Injection

In previous article, we have discussed about how the Serilog file sink can be configured in minimal API project. In this article, we are going to have a look at…

0 Comments
September 25, 2022
DI - One Interface - Many Implementations
.NET

.NET – Dependency Injection, One Interface and Multiple Implementations

In programming world, it is very common to have multiple implementations of the same interface. Most commonly used pattern is Factory pattern and it is also based on designing an…

7 Comments
September 16, 2022
.NET 7 - Three Breaking Changes
.NET

.NET 7 – Important Breaking Changes for Web Developers

You may already know that .NET 7 is going to be released around November 2022. Most of the times, we are so busy in looking for new and exciting features,…

0 Comments
August 13, 2022
.NET

Three Important Interfaces Related To .NET Generic Host

This article is an extension to previous article about .NET generic host. There are many framework provided services, which are registered automatically. For full list, see Dependency injection in ASP.NET Core.…

0 Comments
May 1, 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

Dependency Injection In .NET – Default Container vs Autofac

Dependency injection is first class citizen in .NET. We already have seen how to enable default IoC container in a console application in previous post. Autofac is also one of…

0 Comments
April 26, 2021
.NET

Demo Console App For Understanding Dependency Injection in .NET

Dependency Injection in .NET: Demo of service lifetimes

5 Comments
April 25, 2021
.NET

Dependency Injection In .NET – Basic Terminology

In last post, we discussed a bit about dependency inversion principle and how it is implemented in .NET. In this post, let's discuss a bit more about service lifetimes and…

0 Comments
April 24, 2021
.NET

Getting Started On Dependency Injection In .NET Applications

SOLID principles are core software design principles, intended to make software design more understandable and maintainable. Every letter stands for a concept and below is the list of five concepts:…

1 Comment
April 23, 2021
  • 1
  • 2
  • Go to the next page

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/
    0 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 Use Appsettings Json Config File With .NET Console Applications
  • How To Enable Logging In .NET Console Applications
  • Approaches for Resolving Nullable Warnings on Existing Codebase
  • .NET 7 - Minimal APIs with Serilog Logging Providers
  • Configure Logging Using Appsettings.json In .NET Applications
  • How to Unapply the Last EF Core Migration
  • Adding ASP .NET Core Identity to Web API Project
  • .NET 7 - Minimal API and Dependency Injection

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

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