Skip to content

Commit 592cf4a

Browse files
recommended patterns for multi-tenancy in DI (#18220)
* recommended patterns for multi-tenancy in DI * recommended patterns for multi-tenancy in DI
1 parent 0043c87 commit 592cf4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

aspnetcore/fundamentals/dependency-injection.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,12 @@ Like all sets of recommendations, you may encounter situations where ignoring a
535535

536536
DI is an *alternative* to static/global object access patterns. You may not be able to realize the benefits of DI if you mix it with static object access.
537537

538+
## Recommended patterns for multi-tenancy in DI
539+
540+
[Orchard Core](https://github.com/OrchardCMS/OrchardCore) provides multi-tenancy. For more information, see the [Orchard Core Documentation](https://docs.orchardcore.net/en/dev/).
541+
542+
See the samples apps at https://github.com/OrchardCMS/OrchardCore.Samples for examples of how to build modular and multi-tenant apps using just Orchard Core Framework without any of the CMS specific features.
543+
538544
## Additional resources
539545

540546
* <xref:mvc/views/dependency-injection>

0 commit comments

Comments
 (0)