Split code and view to different projects with ASP.NET Core 6
Splitting View and Code in ASP.NET Core projects give you two benefits comparing dumb Microsoft project template:
- Project with view full separate from project with controller and can be develop by different team
- Code can be develop with VB.NET
- Pay attention how solution working with reference to View project and without reference to view project.
I have published this way to Github https://github.com/Alex-1557/SplitViewAndCodeInAsp.Net.Core.Project.
For working with StaticFiles in the same solution I have rebuild this extension https://marketplace.visualstudio.com/items?itemName=CeciliaWiren-CeciliaSHARP.FolderToSolutionFolder to Visual Studio 2022 https://marketplace.visualstudio.com/items?itemName=alexev14.AddFolderToSolutionForVS2022.
Comments (
)
Link to this page:
http://www.vb-net.com/SplitCodeAndViewProjectTemplate/Index.htm
|