Integration Testing in ASP.NET Core – API Contract Testing Today in this article, we will cover Integration Testing in ASP.NET Core. In our previous article,...
Continue ReadingIntegration Testing in ASP.NET Core with Example – Part II
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 Reading