You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2020. It is now read-only.
There will be many modules in the future. like: basic platform, student platform, teaching platform。
How to build our project to facilitate future expansion?
Can you only create new folders?
Previously, when we used a 3-tier architecture, we built multiple User Interface layer, Shared Business Logic Layer,In this way, we can deploy in modules, each module does not affect each other.Implementing Single Sign On in some way.
How to implement this way in ABP?
Create multiple Application?Create multiple Core?
Student Platform may be used in the business of Basic Platform,How to Use Basic-core in Student-application ?
How to Share UserSession.
Is there a good solution?
There will be many modules in the future. like: basic platform, student platform, teaching platform。
How to build our project to facilitate future expansion?
Can you only create new folders?
Previously, when we used a 3-tier architecture, we built multiple User Interface layer, Shared Business Logic Layer,In this way, we can deploy in modules, each module does not affect each other.Implementing Single Sign On in some way.
How to implement this way in ABP?
Create multiple Application?Create multiple Core?
Student Platform may be used in the business of Basic Platform,How to Use Basic-core in Student-application ?
How to Share UserSession.
Is there a good solution?