dodyg / dodyg/practical-aspnetcore
Sample for splitting the area into different projects
Open
- Dominant language
- C#
- Stars
- 10.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
It could be great to have a sample to show how we can split the areas of a web app into different projects, something like this:
Cms.Web (ASP.NET Core web app, contains no views and no controllers)
Cms.Security (.NET Standard project, considered like the "Security" area of the Cms.Web web app)
Cms.Admin (.NET Standard project, considered like the "Administration" area of the Cms.Web web app)
and so on...
I still search an (elegant) solution to do this, see this issue: https://github.com/aspnet/Docs/issues/9646
I keep digging...
Contributor guide
Assessment
This issue has not been assessed yet.