HttpContext is largely the same in asp.net core as it’s always been. However, one difference is that it is not automatically as available everywhere in
In this article tutorial, we will discuss about how to fix “Unable to configure HTTPS endpoint. No server certificate was specified”. We have also written
When building an ASP.NET Core application, you will probably need to use a database to store your data. This post will explore several possibilities to
In this article, we will learn about microservice architecture, and we will also create a fundamental .net core microservice API with some sample data. Pre-requisite:
In this post, I share how I used the Microsoft.Extensions.Hosting.IHostedService interface and System.Thread.Timer class available in ASP.NET core to run a background job at a specified interval. It is