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.
 
 
 
 
 
 

2.3 KiB

Microservice Development Tutorial

//[doc-params]
{
    "UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp", "NG"],
    "DB": ["EF","Mongo"]
}
//[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 start a new microservice solution, create services and communicate between 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

After logging in to the ABP website, you can download the source code from {{if UI == "MVC"}} here {{else if UI == "NG"}} here {{else if UI == "Blazor"}} here {{else if UI == "BlazorServer"}} here {{else if UI == "BlazorWebApp"}} here {{end}}.

See Also