HTTP GET with Request Body Example in ASP.NET Core In this article, we shall see an example of HTTP GET with the Request Body support...
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 ReadingLoad Configuration in .NET Core Console or WinForms application – Part II
Load Configuration in .NET Core Console or WinForms application- Part II Today in this article we shall cover , How to Load Configuration in .NET...
Continue Reading