ExtCore / ExtCore-Sample-Mvc

ExtCore framework 7 sample MVC web application

Home Page:http://extcore.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtCore Framework 7.0.0 Sample MVC Web Application

Join the chat at https://gitter.im/ExtCore/ExtCore

Introduction

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 sample MVC web application.

Getting Started

  • 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 appsettings.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.

More Information

Other Samples

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.

Tutorials

We have written several tutorials to help you start developing your ExtCore-based web applications.

Real Projects

Please take a look at Platformus on GitHub. It is CMS built on ExtCore framework with 3 extensions and 25 projects.

Links

Sources on GitHub: https://github.com/ExtCore/ExtCore

Website: http://extcore.net/

Docs: http://docs.extcore.net/

Author: http://sikorsky.pro/

About

ExtCore framework 7 sample MVC web application

http://extcore.net/

License:Other


Languages

Language:C# 66.6%Language:HTML 28.1%Language:CSS 5.3%