ASP.NET Core文档中Work with Data章节的翻译目录

作为初学者看了相关的教程,遇到的问题有:

1. 教程不是针对初学者,往往在某一方面教的较深,但并不系统,不适合初学者;

2. 虽然翻译的很顺畅,但是谈了自己较多的开发体会,初学者看着困难,尤其是TOM大叔的;

3. 关于net core的太少了,一些在老版本中的教程不太适合于初学者一步一步地跟着走,往往在一些细微差异的地方走不下去。

因此,准备将www.asp.net中的初学者教程一点一点翻译出来,可以理解的更加深入。但局限于英文水平,计划中英对照,以避免误导。

同时,对于重复的一些文字,对于一些过程描述性的文字,为了提高速度,不再翻译。

以下章节见www.asp.net中的https://docs.asp.net/en/latest/data/index.html

1、Working with Data » 使用Visual Studio开发ASP.NET Core MVC and Entity Framework Core初学者教程  

2、Working with Data » Getting started with ASP.NET Core and Entity Framework Core using Visual Studio »增删查改操作 

3、Working with Data » Getting started with ASP.NET Core and Entity Framework Core using Visual Studio »排序、筛选、分页以及分组

4、Working with Data » Getting started with ASP.NET Core and Entity Framework Core using Visual Studio »迁移

5、Working with Data » Getting started with ASP.NET Core and Entity Framework Core using Visual Studio » 创建复杂数据模型

6、Working with Data » Getting started with ASP.NET Core and Entity Framework Core using Visual Studio » 读取关系数据

7、Working with Data » Getting started with ASP.NET Core and Entity Framework Core using Visual Studio » 更新关系数据

原文地址:https://www.cnblogs.com/jqdy/p/5918601.html