System.Text.Json – Camel Case Serialization and Deserialization In this article, we will see how to perform Camel Case Serialization and Deserialization in .NET using System.Text.Json...
Continue ReadingNSwag JWT Token Authorization OpenAPI Documentation in ASP.NET Core
NSwag JWT Token Authorization OpenAPI Documentation in ASP.NET Core OpenAPI describes the standards and specifications for the RESTFul API description. These specifications are an attempt...
Continue ReadingUsing MongoDB in C# Console Application
Using MongoDB in .NET Core Console Application In this article, we will see how to get started using MongoDB in C# Console Application We shall...
Continue ReadingBasic Authentication in ASP.NET Core with example
Basic Authentication in ASP.NET Core with example Today in this article we will learn how to secure ASP.NET Core API using Basic Authentication in ASP.NET...
Continue Reading