Tag

ORM

正在浏览与 ORM 相关的文章。

18 篇文章
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
Dapper in .NET Core

Dapper in .NET Core

I won't go into details here about what Dapper is (detailed entry); this article only provides a brief explanation of the use of Dapper in. NET Core. The code described is mainly explained by examples, which is a reminder. Developers can expand and adjust according to their own needs.

白云任去留 1/10/2022 10:12 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