ExtCore is free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2015, C# etc). Join our team!
This is the full-featured ExtCore framework sample web application.
- rebuild the solution;
- copy extensions DLL files into the Extensions folder of the main web application (this folder doesn’t exist by default, so you need to create it in the web application root or specify another location in the config.json file; also you may just add direct dependencies to the extensions in the project.json file of the main web application, but it is not so interesting);
- run the main web application.
- ExtCore Framework 1.1.3 Sample Simplest Web Application;
- ExtCore Framework 1.1.3 Sample MVC Web Application;
- ExtCore Framework 1.1.3 Sample Web Application That Uses a Database;
- ExtCore Framework 1.1.3 Sample Web Application with Modular UI;
- ExtCore Framework 1.1.3 Sample Web Application That Registers a Service Inside the Extension.
You can also download our ready to use full-featured sample. It contains everything you need to run ExtCore-based web application from Visual Studio 2015, including SQLite database with the test data.
We have written several tutorials to help you start developing your ExtCore-based web applications.
Please take a look at Platformus on GitHub. It is CMS built on ExtCore framework with 10 extensions and 70 projects.
Sources on GitHub: https://github.com/ExtCore/ExtCore
Website: http://extcore.net/
Docs: http://docs.extcore.net/