Posts tagged ef core

تگها:
ef core3
.net core1
asp.net core1
entity framework1
mohsen1 ماه قبل
ارسال شده در mohsen

حل خطای A second operation was started در Entity Framework

اگر در زمان استفاده از Entity Framework با خطای زیر مواجه شدید: System.InvalidOperationException: A second operation was started on this context instance before a previous operation completed. This is usually caused by different threads concurrently using ...
رای
0
mohsen5 ماه قبل
ارسال شده در mohsen

چطور در asp.net core لاگ entity framework را غیر فعال کنیم؟

به صورت پیش فرض Entity Framework Core تمامی پیام ها را در سطح Debug لاگ می کند که این شامل تمامی کوئری های اجرا شده نیز می شود که باعث افزایش حجم لاگ می شود. برای تغییر این روند می توانیم با استفاده از تنظیمات زیر سطح لاگ EF Core را به سطح دلخواه تغییر ...
رای
0
mohsen1 سال قبل
ارسال شده در mohsen

رفع مشکل Cannot use UPDATE with OUTPUT clause when a trigger is on the table در ef core

اگر در زمان بروز رسانی با مشکل زیر مواجه شدیم: The target table 'X' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT می توانیم با کد زیر در زمان تعریف جدول در ef core مشکل را بر طریف ...
رای
0