Category

EF Core

ef core數據訪問、遷移與性能優化

14 篇文章
2 当前页
支持.net6! ef core中批量執行更新、刪除、插入數據的框架zack.efcore.batch

支持.net6! ef core中批量執行更新、刪除、插入數據的框架zack.efcore.batch

在`ef core`中`批量`執行`更新`、`刪除`、`插入`數據的框架`zack.efcore.batch`已經發布新版,新版增加了對`.net 6`的支持,數據批量插入的時候支持`valueconverter`,徹底解決了`“更新數據的時候,當兩列的表達式等價時候出現的the count of columns should be even異常”`。

杨中科 2021/12/25 下午7:23
如何處理ef core的多對多關係?

如何處理ef core的多對多關係?

多對多關係不像其他關係那麼簡單,在這篇文章中,我將向您展示如何創建多對多關係以及如何在 ef core 中使用它們。

Zbigniew 2021/11/2 下午8:47