-
-
Notifications
You must be signed in to change notification settings - Fork 777
First code submission for MVC Pipeline #6749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/mvc-pipeline
Are you sure you want to change the base?
Conversation
…tomizations for the MVC pipeline.
Fix layout issue
client dependecy for mvc (because it not exist in nuget)
|
That's awesome, new documentation, I follow it daily, thanks @sachatrauwaen @donker and everyone else! |
…auwaen/Dnn.Platform into feature/mvc-pipeline-old
…ware/Dnn.Platform into feature/mvc-pipeline-old
Added an image to the user guide and updated formatting.
module actions for mvc sample mvc support for edit of mvc sample fix ajax controller calls when not loged in in mvc sample
Updated user guide for MVC pipeline with corrections and clarifications.
Core Purpose
Introduces a new ASP.NET MVC-based rendering pipeline as an alternative to the traditional WebForms pipeline, allowing DNN to modernize its architecture while maintaining backward compatibility.
Key Features
Dual Pipeline Architecture:
Video showcase the general usage
Module Support:
More info about MVC Module Control Implementation
Razor+ Module Development Guide
How to compile Samples
Configuration:
More info about MVC pipeline (routing / settings)
New MVC Pipeline Projects
DotNetNuke.Web.MvcPipeline.csproj - New core MVC pipeline library
Razor Module Sample
NewDDRMenu
Core Platform Projects
DotNetNuke.Library
DotNetNuke.Abstractions
DotNetNuke.Web.Mvc
HTML
Dnn.PersonaBar.UI
UI for pipeline settings in Site and Page Settings
DNNConnect.CKE
Skins/Aperture
Skin conversion guide
Website
AdminExperiance
This PR is a first submission of the work of the MVC Pipeline team to bring the main project up to date with what has been developed in a forked repo.
Documentation
MVC Module Control Implementation
MVC pipeline (routing / settings)
Razor Module Development Guide
How to compile Samples
DNN MVC Pipeline - Developer User Guide