forked from dnnsoftware/Dnn.Platform
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Sacha edited this page Sep 30, 2024
·
5 revisions
DNN’s rendering pipeline is based on Webforms as is often repeated in discussions regarding the technological underpinnings of the platform.
But DNN also incorporates many, more modern technologies. Examples of this are the MVC module pattern, dependency injection and WebApi.
This project is a playground to see if, by introducing a secondary DNN MVC / Razor rendering / Theme engine.
A step to reduce DNN's dependency on WebForms.