DBContext ObjectDisposedException: Cannot access disposed object in ASP.NET Core. A common cause of this error is disposing a context.. Issue Description Entity framework operation gives...
Continue ReadingDBContext- A second operation started on this context before a previous operation completed
DBContext Error: A second operation started on this context before a previous operation completed. Issue Description Entity Framework Core runtime gives the below error, A second...
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 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 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 Reading