Looking for an Umbraco 13 best practice framework project

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

Maybe not best practice but I took advice from many experienced Umbracians to create the examples in Umbootstrap.
I think it’s not a bad starting point for v13 but we are fast approaching LTS v17.

1 Like

It may be slightly out of date but I know @Adolfi has some great resources around this. Looks like it was at least upgraded to Umbraco 11 at the time too.

1 Like

I was not aware of that site @rickbutterfield - really useful