mirror of https://github.com/abpframework/abp.git
11 changed files with 15 additions and 15 deletions
@ -1,6 +1,6 @@ |
|||
## ABP Endpoints |
|||
## Standard HTTP API Endpoints |
|||
|
|||
ABP provides pre-built and standart endpoints that contains some useful information about the application/service, such as localization entries and settings. Here, is the list of some pre-built endpoints: |
|||
ABP provides some pre-built and standard endpoints that contains useful information about the application or service, such as localization entries and settings. Here, is the list of the pre-built endpoints: |
|||
|
|||
* [Application Configuration](./configuration.md) |
|||
* [Application Localization](./localization.md) |
|||
@ -1,6 +1,6 @@ |
|||
## Best Practices: Application Layer |
|||
|
|||
ABP suggests some best-practices that you can use while implementing the Application Layer by following Domain Driven Design principles: |
|||
The following documents suggest some best-practices that you can use while implementing the application layer of your solution by following the Domain Driven Design principles: |
|||
|
|||
* [Application Services](./application-services.md) |
|||
* [Data Transfer Objects](./data-transfer-objects.md) |
|||
@ -1,6 +1,6 @@ |
|||
## Best Practices: Data Access |
|||
|
|||
ABP suggests some best-practices that you can use while implementing the Infrastructure Layer (integrations) by following Domain Driven Design principles: |
|||
The following documents suggest some best-practices that you can use while implementing the database integration layer of your solution by following Domain Driven Design principles: |
|||
|
|||
* [Entity Framework Core](./entity-framework-core-integration.md) |
|||
* [MongoDB](./mongodb-integration.md) |
|||
@ -1,6 +1,6 @@ |
|||
## Best Practices: Domain Layer |
|||
|
|||
ABP suggests some best-practices that you can use while implementing the Domain Layer by following Domain Driven Design principles: |
|||
The following documents suggest some best-practices that you can use while implementing the domain layer of your solution by following the Domain Driven Design principles: |
|||
|
|||
* [Entities](./entities.md) |
|||
* [Repositories](./repositories.md) |
|||
|
|||
@ -1,6 +1,6 @@ |
|||
## ABP Tutorials: Overview |
|||
## ABP Tutorials |
|||
|
|||
This document provides an overview of essential tutorials that will help you get started with ABP platform: |
|||
The following guides explains how to build ABP based applications: |
|||
|
|||
* [TODO Application](todo/index.md): This is a single-part, quick-start tutorial to build a simple application with ABP. Start with this tutorial if you want to quickly understand how ABP works. |
|||
* [Book Store Application](book-store/overview.md): This is a multi-part, complete tutorial to build a bookstore application with ABP. Start with this tutorial if you want to create a layered solution with ABP and apply DDD best practices. |
|||
Loading…
Reference in new issue