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 ReadingResolved – Cannot access a disposed object in Entity framework ASP.NET Core
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 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 ReadingKafka C# .NET – Producer and Consumer examples
Apache Kafka C#.NET – Producer and Consumer with examples Today in this series of Kafka .net core tutorial articles, we will learn Kafka C#.NET-Producer and...
Continue ReadingHow to Get a List of Properties or Attributes of a Class or Types or Object
How to Get a List of Properties or Attributes of a Class or Types or Object Recently I happened to read through all the class...
Continue Reading