Skip to content
Discussion options

You must be logged in to vote

Using Orchard Core Module

  • With Saas recipe, you can get admin experience out of the box.
  • Supports multi-tenancy out of the box
  • Module represent an area - you don't need to create Areas folder in project for separate features.
  • In single module you can define more than one Features with [Feature] attribute that you can enable/disable separately.
  • All cshtml source files are precompiled but are also embedded into assembly.
  • All assets/contents are embedded into assembly
  • You can easily add support of shapes/liquid/placement if use DisplayManagement.

Using RCL

  • You have to build feature management.
  • No support for multi-tenancy you need build yourself or look for another library
  • You need to pla…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@DrewBrasher
Comment options

@Skrypt
Comment options

@ns8482e
Comment options

@Skrypt
Comment options

@ns8482e
Comment options

Comment options

You must be logged in to vote
1 reply
@DrewBrasher
Comment options

Answer selected by DrewBrasher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants