Replies: 1 comment
-
|
@jpiquot probably has input on this question. See also #2875 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
hi there.
I am currently building an app based on ms orleans and need some configuration UI.
The idea is that I use the UI part of Orchard to configure the Grains inside the Orleans cluster.
So what I would like to try is create static Content Types that match the grain state i need to configure and then override OrchardCore.ContentManagement.Abstractions/IContentManager
to call into my orleans cluster instead of a db.
is IContentManager the correct thing to implement in such a case or is there a lower level abstraction that I should have a look at?
Beta Was this translation helpful? Give feedback.
All reactions