Open Source Web Application Framework for ASP.NET Core
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.
 
 
 
 
 
 

1.4 KiB

Microservice Development Tutorial

//[doc-nav]
{
  "Next": {
    "Name": "Creating the initial solution",
    "Path": "tutorials/microservice/part-01"
  }
}

This tutorial is suitable for those who have an ABP Business or a higher license.

ABP is designed to be a powerful platform to build microservice solutions. It provides a microservice solution template to easily start a sophisticated microservice solution. All of the pre-built application modules are microservice compatible and the core framework fully supports and simplifies distributed application development.

In this tutorial, you will learn how to create services and communicate them. You will also learn to use these services from a web application through an API gateway and automatically generate CRUD pages using the ABP Suite tool.

Tutorial Outline

This tutorial is organized as the following parts:

Download the Source Code

TODO

See Also