Skip to content
The Code Blogger
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
Menu Close
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
Read more about the article Customizing URL Binding For ASP .NET Core Kestrel Server
.NET

Customizing URL Binding For ASP .NET Core Kestrel Server

Kestrel server is the default server that is shipped with .NET. This article explains how the Kestrel server configurations can be modified to change the default bound URLs. What is…

0 Comments
May 6, 2021
.NET

Quick Introduction to Kestrel Server in ASP .NET Core Applications

.NET core web applications can be executed on different web servers. .NET itself comes with Kestrel server. This article talks about what is kestrel server, what are different ways to…

0 Comments
May 5, 2021
.NET

How To Use Appsettings Json Config File With .NET Console Applications

We have covered many articles now about the generic host. The host is a concept encapsulates the dependency injection, configuration, logging and IHostedService implementations. If you have gone through all…

0 Comments
May 4, 2021
.NET

Some Important Generic Host Settings For .NET Applications

This article is extension to generic host series. Previous articles were about introduction, interfaces and host configurations. In this article, let's quickly have a look at some settings that can…

0 Comments
May 3, 2021
.NET

Quick Introduction To Generic Host in .NET Applications

The default template for ASP .NET core applications use the generic host. Generally, this is the area which is worked upon at the very beginning of the project and mostly…

2 Comments
April 30, 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

Demo Console App For Understanding Dependency Injection in .NET

Dependency Injection in .NET: Demo of service lifetimes

5 Comments
April 25, 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

How To Create Environment Specific Startup Class In .NET

In previous two articles, we have seen how to set the environment variables and how the environment variables play role in config transformations. In this article, let's have a look…

1 Comment
April 16, 2021
.NET

Custom middlewares in ASP .NET Core 5

The world of .NET Core is not new to most of us. We have been hearing about it since last few years and many of us already started using it.…

0 Comments
October 4, 2020
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4

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

  • DOTNET CLI and EditorConfig for Enforcing Code Style
    June 16, 2022/
    0 Comments
  • Tips for Estimating the Null Reference Migrations
    June 9, 2022/
    0 Comments
  • Important Bits from Microsoft Build 2022 for Developers
    June 2, 2022/
    0 Comments
  • Approaches for Resolving Nullable Warnings on Existing Codebase
    May 31, 2022/
    0 Comments
  • Getting Started on Nullable Reference Types
    May 26, 2022/
    0 Comments
  • Migrating to Latest .NET Using Upgrade Assistant
    May 19, 2022/
    0 Comments
  • Migrating to the Latest .NET – A Conceptual Guide
    May 12, 2022/
    0 Comments
  • Measuring Performance using BenchmarkDotNet
    May 5, 2022/
    0 Comments
  • How to Unapply the Last EF Core Migration
    March 19, 2022/
    0 Comments

Popular Posts

  • How To Use Appsettings Json Config File With .NET Console Applications
  • C# Record - How is it different from classes?
  • How To Enable Logging In .NET Console Applications
  • Exception Handling Middleware In .NET Core Web API
  • Multiple Ways To Set Hosting Environment In .NET Applications
  • How to Define Keyless Entities in .NET EF Core
  • .NET EF Core - Unit Testing EF Core Repositories
  • Configure Logging Using Appsettings.json In .NET Applications
  • Creating Custom Login Page in Azure AD B2C

Categories

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

Archives

  • 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

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