CoderJony

Web API

Adding Swagger to ASP.NET Core 3.1 Web API

Adding Swagger to ASP.NET Core 3.1 Web API

In this post, we will understand how can we add Swagger UI in an ASP.NET Core 3.1 Web API project.

Read More By Ankush Jain
Integrating Log4Net with ASP.NET Web API2 and SQL Server

Integrating Log4Net with ASP.NET Web API2 and SQL Server

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.

Read More By Ankush Jain
Token Based Authentication in Web API 2 using OWIN

Token Based Authentication in Web API 2 using OWIN

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.

Read More By Ankush Jain
What is Content Negotiation in WEB API?

What is Content Negotiation in WEB API?

WEB API is a framework developed by Microsoft to build REST APIs. Building REST APIs using WEB API is very easy.

Read More By Ankush Jain