Integration Testing in ASP.NET Core with Example – Part II Today in this article we will see how to create Integration Testing in ASP.NET Core...
Continue ReadingThe Query (LINQ) expression could not be Translated Entity Framework Core
The Query (LINQ) expression could not be Translated Entity Framework Core Issue Description LINQ expression in Entity Framework core runtime gives below error or similar...
Continue ReadingCamel Case Serialization and Deserialization in .NET System.Text.Json
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 Reading