How ASI Backbone and .NET Core Application Template Fit Together #2
Pinned
cdcavell
started this conversation in
Architecture & Integration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
ASI Backbone and the .NET Core Application Template are intentionally separate projects, but they can complement one another.
.NET Core Application Template
The .NET Core Application Template focuses on the application foundation:
ASI Backbone
ASI Backbone focuses on governance around consequential operations:
One way to think about the relationship is:
Neither project requires the other.
The template should remain useful without ASI Backbone, and ASI Backbone should remain usable by applications that were not created from the template.
Where the two intersect, however, there is an opportunity to provide a more complete reference architecture for secure, auditable, policy-governed .NET applications.
I'm interested in hearing how others would structure this boundary.
Where should application infrastructure end and governance begin?
All reactions