1 Star 0 Fork 0

wangliang1983821/practical-aspnetcore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Orchard Core Framework (4)

Pre-requisite: Make sure you download .NET Core SDK 3.0 (3.0.100) otherwise below examples won't work.

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:

  • To run a sample, go to each sample folder and go to the Host folder.
  • All module will have Module prefix.
  • We will be using RC1 (or later) version of Orchard Core.
  • The samples in this section will receive frequent revisions as I am exploring the framework as I produce these samples.
  • Routing - MVC

    This sample shows how routing works in an Orchard Core Framework app.

  • Routing - Razor Pages

    This sample shows how routing works in an Orchard Core Framework app when you are using Razor Pages.

  • Static Files

    This sample shows how to use static files in the module.

  • Multi Tenant

    This sample shows how Orchard Core Framework handles multi tenancy and how each tenant have its own configuration file.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/wangliang1983821/practical-aspnetcore.git
git@gitee.com:wangliang1983821/practical-aspnetcore.git
wangliang1983821
practical-aspnetcore
practical-aspnetcore
master

搜索帮助