ASP.NET MVC plugins system based on precompiled views, generatad by RazorGenerator tool. You need manualy install RazorGenerator in Visual Studion to enable precompiled view generating.
- Removed references to nuget packages like:
- jQuery
- jQueryUI
- CSS frameworks
- Also removed WebApi components to minimize project size.
- To plugin manager exception handling added loader exception debug messaging to provide information about dependent assembly loading errors
- In plugins folder added SharedLibs subdirectory to store assemblies that referenced by plugins
- Common ASP.NET libraries was up to date
This project is implementation of plugin architecture based website. Main project contains functions to load modules, view precompiled views and control web application lifecycle. Each plugin is independent website(web application), so you can develope it without adding core site to solution.
Post build events is powerful tool to control project. In this project post build events create "build" directory in solution folder and copy files from core website and plugins.
- Next part of work is widgets.
- Create online plugin manager to make work comfortable.
- Clean code and update lightweight branch.
- Add comments to code. More comments needed
- Update pluign manager to not lock plugins files
- Add deafults
- Default interfaces
- Default providers
- Add dependency injection
- Create full functional CMS based on this project