In this post, we will understand how can we add Swagger UI in an ASP.NET Core 3.1 Web API project.
In this post, we will understand how can we integrate the famous .NET Logging Library - Log4Net into our ASP.NET project. Though particularly in this post I am using an ASP.NET Web API project, but the implementation will almost remain the same even if you want to integrate Log4Net in other ASP.NET applications such as MVC & Web Forms.
In this post, we will learn how to secure Web APIs by implementing Token Based Authentication & Authorization in them. You can refer this post to understand what is Authentication & Authorization in web applications.
WEB API is a framework developed by Microsoft to build REST APIs. Building REST APIs using WEB API is very easy.