Back in the day I was quite a fan of this Umbraco 7 project:
https://our.umbraco.com/packages/developer-tools/hybrid-framework-for-umbraco-v7
It had the following features which was quite the revolution for me at the time.
-
MVC Framework
-
Uses route hijacking, but not mandatory
-
Everything is a surface controller
-
Also has a default controller
-
Strongly typed models with the Models Builder
It’s a complete Visual Studio project and it was my first introduction to building projects in the MVC way. I built all my projects using it and even converted it to be used for my Umbraco 8 projects.
I’m now upgrading one of my Umbraco 8 projects to 13 and I’m wondering if there is a similar framework out there that I could base it off to ensure that I am building using best practices and to get a head start.
Thanks,
Matt