Sample XML Schema, XSD File IN this article , we will see few sample XML Schema, XSD File. What is XSD (XML Schema Definition) XSD is...
Continue ReadingUsing ChannelFactory with Credentials
Using ChannelFactory with Credentials Today in this article we shall see how to use Channel Factory to call service with Authentication enabled mainly using Network...
Continue ReadingASP.NET Core – Basic Authentication 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 .NET...
Continue ReadingIServiceCollection doesn’t contain a definition of AddSwaggerGen
IServiceCollection doesn’t contain a definition of AddSwaggerGen Issue Description Swagger doesn’t recognize AddSwaggerGen after adding swagger NuGet package i.e Swashbuckle. IServiceCollection’ does not contain a...
Continue ReadingYour startup project doesn’t reference Microsoft.EntityFrameworkCore.Design
Error: Your startup project doesn’t reference Microsoft.EntityFrameworkCore.Design Issue Description While running EFCore commands like Scaffold-DbContext or Add-Migration etc. application throws below error, Your startup project...
Continue Reading