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 ReadingLog Error: Expected invocation on the mock exactly times, but was 0 times
Log Error: Expected invocation on the mock exactly times, but was 0 times Issue Description The unit testing logger method produces errors while mocking logger...
Continue ReadingHow to Create Simple ASMX Web Services
How to Create Simple ASMX Web Services In this article, we will see how to create ASMX web services then consume it any ASP.NET or...
Continue ReadingResolved:InvalidOperationException- No method public static IHostBuilder CreateHostBuilder
System.InvalidOperationException : No method public static IHostBuilder CreateHostBuilder Issue Description: .NET Core Integration Testing runtime gives below error, System.InvalidOperationException : No method ‘public static IHostBuilder...
Continue Reading