ABPWeb应用程序开发教程
2021/12/18 17:20:04
本文主要是介绍ABPWeb应用程序开发教程,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
Web Application Development Tutorial Web应用程序开发教程
About This Tutorial 关于本教程
In this tutorial series, you will build an ABP based web application named Acme.BookStore. This application is used to manage a list of books and their authors. It is developed using the following technologies:
- Entity Framework Core as the database provider.
- MVC / Razor Pages as the UI Framework.
This tutorial is organized as the following parts;
- Part 1: Creating the server side 创建服务层
- Part 2: The book list page 书籍列表页面
- Part 3: Creating, updating and deleting books 新建、修改、删除书籍
- Part 4: Integration tests 集成测试
- Part 5: Authorization 权限认证
- Part 6: Authors: Domain layer 作者:领域层
- Part 7: Authors: Database Integration
- Part 8: Authors: Application Layer
- Part 9: Authors: User Interface
- Part 10: Book to Author Relation
Download the Source Code
This tutorial has multiple versions based on your UI and Database preferences. We've prepared a few combinations of the source code to be downloaded:
- MVC (Razor Pages) UI with EF Core
- Blazor UI with EF Core
- Angular UI with MongoDB
这篇关于ABPWeb应用程序开发教程的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-16Maven资料入门指南
- 2024-11-16Maven资料入门教程
- 2024-11-16MyBatis Plus资料:新手入门教程与实践指南
- 2024-11-16MyBatis-Plus资料入门教程:快速上手指南
- 2024-11-16Mybatis资料入门教程:新手必看指南
- 2024-11-16MyBatis资料详解:新手入门与初级实战指南
- 2024-11-16MyBatisPlus资料:初学者入门指南与实用教程
- 2024-11-16MybatisPlus资料详解:初学者入门指南
- 2024-11-16MyBatisX资料:新手入门与初级教程
- 2024-11-16RESTful接口资料详解:新手入门指南