From a44ffec84ecc39b718f05e4d877ae180a4f44ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=90=AF=E6=98=8E?= <455043818@qq.com> Date: Mon, 18 Dec 2023 15:25:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:12=E6=9C=8818=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/javascript/2023-11-21-dotnetcore.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/javascript/2023-11-21-dotnetcore.md b/docs/javascript/2023-11-21-dotnetcore.md index 6b591385f9..d05262d884 100644 --- a/docs/javascript/2023-11-21-dotnetcore.md +++ b/docs/javascript/2023-11-21-dotnetcore.md @@ -1,17 +1,4 @@ -## 使用的开源库 -``` -- EFCore查询 - - https://github.com/ardalis/Specification - - https://specification.ardalis.com/getting-started -- EFCore QueryRepository RepositoryBase - - https://github.com/TanvirArjel/EFCore.GenericRepository -- PaginatedList 数据分页 - - https://github.com/dncuug/X.PagedList -- LinqKit - - https://github.com/scottksmith95/LINQKit -- RabbitMQ -``` ## 修改数据库的操作 ```