Tag

EF Core

正在浏览与 EF Core 相关的文章。

17 篇文章
2 当前页
Does the warehousing model still apply to EF Core?

Does the warehousing model still apply to EF Core?

Yesterday, my friends in the ". NET Big Bull Road" group talked about using EF Core to implement the warehousing model. I remembered reading an article written by a foreign boss before and thought it was very valuable for reference.

liamwang 精致码农 5/4/2022 4:04 PM
Support. NET6! Zack.EFCore.Batch is a framework for batch updating, deleting, and inserting data in EF Core

Support. NET6! Zack.EFCore.Batch is a framework for batch updating, deleting, and inserting data in EF Core

A new version of the framework 'Zack.EFCore.Batch' that performs 'updates','deletes', and 'inserts' of data in 'EF Core' has been released. The new version adds support for '. NET 6' and supports 'ValueConverter' when data is inserted in batches, completely solving the 'The count of columns should be even exception that occurs when the expressions of two columns are equivalent' when updating data.

杨中科 12/25/2021 7:23 PM