mirror of https://github.com/abpframework/abp
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
	
	
							28 lines
						
					
					
						
							1.0 KiB
						
					
					
				## Module Development Best Practices & Conventions
 | 
						|
 | 
						|
### Introduction
 | 
						|
 | 
						|
This document describes the **best practices** and **conventions** for those who want to develop **modules** that satisfy the following specifications:
 | 
						|
 | 
						|
* Develop modules that conform to the **Domain Driven Design** patterns & best practices.
 | 
						|
* Develop modules with **DBMS and ORM independence**.
 | 
						|
* Develop modules that can be used as a **remote service / microservice** as well as being compatible with a **monolithic** application.
 | 
						|
 | 
						|
Also, this guide is mostly usable for general **application development**.
 | 
						|
 | 
						|
### Guides
 | 
						|
 | 
						|
* Overall
 | 
						|
  * [Module Architecture](Module-Architecture.md)
 | 
						|
* Domain Layer
 | 
						|
  * [Entities](Entities.md)
 | 
						|
  * [Repositories](Repositories.md)
 | 
						|
  * [Domain Services](Domain-Services.md)
 | 
						|
* Application Layer
 | 
						|
  * [Application Services](Application-Services.md)
 | 
						|
  * [Data Transfer Objects](Data-Transfer-Objects.md)
 | 
						|
* Data Access
 | 
						|
  * [Entity Framework Core Integration](Entity-Framework-Core-Integration.md)
 | 
						|
  * [MongoDB Integration](MongoDB-Integration.md)  
 | 
						|
 |