Open Closed

SCS (Self-Contained System) and ABP.IO #9539


User avatar
0
user5.abpio created

Hello; As far as I can see, abp.io has reached a good point in microservices as stated on the website and it is possible to create projects and get support in this architecture. But I could not find any information about SCS projects.

Is it possible to find a solution in abp.io in SCS (Self-Contained System) type projects? Are there any friends who have done it? Is there any documentation on this subject?


3 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, you're right, we currently don't have dedicated documentation specifically for SCS (Self-Contained Systems). However, the core principles of the ABP, such as modularity, database independence, and service isolation, are well aligned with the concepts behind SCS.

    When you generate a microservice solution using our template, you'll notice that each service is designed to be independent. They have their own databases, and can run and be deployed independently:

    In essence, ABP provides the foundational building blocks of SCS: self-contained, self-deployable, and self-runnable services with their own UIs (we suggest composing all UIs in the main application, and our tutorials also explain in that way, but you can make some modifications to make your services as independent UI apps) and data stores.

    Best regards.

  • User Avatar
    0
    user5.abpio created

    (we suggest composing all UIs in the main application, and our tutorials also explain in that way, but you can make some modifications to make your services as independent UI apps)

    I will run a test on this, thanks for your response.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    [user5.abpio] said:

    (we suggest composing all UIs in the main application, and our tutorials also explain in that way, but you can make some modifications to make your services as independent UI apps)

    I will run a test on this, thanks for your response.

    Thanks. Please let me know if you need help.

    Regards.

Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30