Opinion: MVC4 with WebForms. Maybe Web API. But needs perfomance check.
No need to upgrade what works fine just because it's new and gives nothing except a pain in the ass.
Umbraco 5 comes to mind.
Agreed. I personally *really* like razor. But am fine with WebForms if it means code reuse. WebAPI or Simple.Web (
http://blog.markrendle.net/2012/06/01/simple-web/ ) would be the way to go to convert the existing AJAX stuff to proper REST API stuff.
Stuff on my YAF.NET todo list:
1. Finish the plugin architecture -- this would help with design decisions going forward.
2. Minification
3. API
4. Open for discussion: Convert to Bootstrap CSS (with tons of existing themes) and Controls -- also less use of JQuery UI.
5. MVC design that would minimize use of web form pages and specifically logic in the web forms.
6. NuGet gallery for YAF.NET plugins and themes.
Edited by user
10 years ago
|
Reason: Not specified