0
2ristpanel created
- ABP Framework version: v7.3.X
- UI Type: MVC/Blazor Server
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
- Auth Server Separated: yes
We want to create a white-label online store for our customers using the Multi-tenant system and a combination of a abp CMS Module and an in-house developed E-commerce module. We have a few questions regarding the creation of this solution and could use your guidance:
1- Is there a specific reason to develop a web.public using MVC? 2- Is it possible to use Blazor Server alongside Frontend CMS modules(blogs,pages,menus like web.public but in blazor server)? 3- Is there a solution to create a public web with Blazor Server using Suite?
1 Answer(s)
-
0
hi
- MVC is the most used UI type.
- Yes, MVC page can be used in blazor server project. Just like
login page
- Not now