projects/orchard-core/README.md
This section contains samples of project relying on Orchard Core Framework. This section is a bit more advanced than the other parts of Practical ASP.NET Core.
Orchard Core Framework is interesting because it provides infrastructure to modularize your application. It also go further in providing facilities to create multi tenant application, which is super hard to get right if you start from scratch.
Orchard Core Framework powers Orchard Core CMS - you can use the framework independently on systems that have nothing to do with content management.
Notes:
Host folder.Module prefix.This sample shows how routing works in an Orchard Core Framework app.
This sample shows how routing works in an Orchard Core Framework app when you are using Razor Pages.
This sample shows how to use static files in the module.
This sample shows how Orchard Core Framework handles multi tenancy and how each tenant have its own configuration file.
dotnet8