Logging Using Log4Net in .NET Core Console Application Today in this article, we will see how to perform Log4Net in .NET Core Console Application We...
Continue ReadingResolving Dataset or DataTable conversion issue in System.Text.Json
Issue Description Serialization or Deserialization using ‘System.Type’ instances gives an error using System.Text.Json in .NET Core or ASP.NET Core System.Text.Json.JsonException: ‘A possible object cycle was...
Continue ReadingLog4Net File Logging in ASP.NET Core
Log4Net File Logging in ASP.NET Core Today in this article, we will see how to perform File/Rolling File logging and Console logging using Log4Net in...
Continue ReadingAdd custom headers to ASP.NET Core Request
Add custom headers to ASP.NET Core Request Today in this article we shall see a few common approaches to Add custom headers to ASP.NET Core...
Continue ReadingUnit Test and Mock IHttpContextAccessor
Unit Test and Mock HttpContextAccessor In this article, we shall see how to Unit Test and Mock IHttpContextAccessor. If you need to access headers or...
Continue Reading