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 2022, C# etc). Join our team!
This is the ExtCore framework advanced sample accounting web application:
It contains 4 extensions: barebone (defines the generic system UI etc.), incomes, expenses, and balance. It uses SQLite database to store all the information. UI is built from the parts too.
- rebuild the solution;
- copy the 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 main web application project instead, but it is not so interesting);
- run the main web application.
- Full-featured ExtCore 9.0.0 framework sample web application;
- ExtCore framework 9.0.0 sample simplest web application;
- ExtCore framework 9.0.0 sample MVC web application;
- ExtCore framework 9.0.0 sample web application that uses file storage;
- ExtCore framework 9.0.0 sample web application that uses a database;
- ExtCore framework 9.0.0 sample web application that uses Identity;
- ExtCore framework 9.0.0 sample web application with modular UI;
- ExtCore framework 9.0.0 advanced sample web application with modular UI;
- ExtCore framework 9.0.0 sample web application that registers a service inside the extension;
- ExtCore framework 9.0.0 sample web application that uses the events;
- ExtCore framework 9.0.0 sample API web application.
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 2022, 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 3 extensions and 25 projects.
Sources on GitHub: https://github.com/ExtCore/ExtCore
Website: http://extcore.net/
Docs: http://docs.extcore.net/
Author: http://sikorsky.pro/