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 Customize Logging Configurations in .NET Core Web Applications
.NET

Customize Logging Configurations in .NET Core Web Applications

We have seen how easy it is to configure logging in a .NET console application. In this post, let's see how to configure logging in an ASP .NET Core web…

0 Comments
May 12, 2021
.NET

How To Enable Logging In .NET Console Applications

We have seen in the previous few posts that Generic host is a concept that encapsulates configuration, logging, dependency injection and IHostedService implementations. So, if the .NET console application has the…

1 Comment
May 11, 2021
.NET

ASP .NET Core Module and Web.Config File For IIS Hosting

In previous article, we have seen how to publish a ASP .NET Core web application to IIS. We have seen that ASP .NET Core Hosting Bundle is required to be…

0 Comments
May 10, 2021
.NET

How To Publish ASP .NET Core Web Applications To IIS

I have published some posts about basics of Kestrel server, which comes with .NET. The Kestrel server can be used with other web server like IIS or NGINX. In this…

0 Comments
May 9, 2021
.NET

TLS and Connection Logging For ASP .NET Core Kestrel Web Server

Transport layer security for HTTP based services is achieved by adding a sub layer of SSL or TLS. SSL stands for Secure Socket Layer and TLS stands for Transport Layer…

2 Comments
May 8, 2021
.NET

Certificates and Limits for ASP .NET Core Kestrel Web Server

Kestrel web server, like any other web server, has some configuration settings. For HTTPS, we can specify SSL certificates, or we can allow only TLS protocol via some settings, or…

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

.NET Generic Host – Host Configuration vs App Configuration

This is the third article in .NET generic host series after introduction and important interfaces posts. There are two different methods ConfigureHostConfiguration and ConfigureAppConfiguration. These two methods seems to be…

0 Comments
May 2, 2021
.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
  • Go to the previous page
  • 1
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • …
  • 17
  • 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

  • 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
  • App Configuration – Using the feature flags from ASP .NET Core API
    December 28, 2022/
    0 Comments

Popular Posts

  • How To Use Appsettings Json Config File With .NET Console Applications
  • How To Enable Logging In .NET Console Applications
  • Multiple Ways To Set Hosting Environment In .NET Applications
  • .NET - Dependency Injection, One Interface and Multiple Implementations
  • Adding ASP .NET Core Identity to Web API Project
  • How to Unapply the Last EF Core Migration
  • .NET 7 - Using Configurations with Minimal API
  • .NET 7 - Minimal APIs with Serilog Logging Providers
  • Configure Logging Using Appsettings.json In .NET Applications

Categories

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

Archives

  • 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

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