6
6
7
7
[ ExtCore] ( https://github.com/ExtCore/ExtCore ) is free, open source and cross-platform framework for creating
8
8
modular and extendable web applications based on ASP.NET Core. It is built using the best and the most modern
9
- tools and languages (Visual Studio 2015 , C# etc). Join our team!
9
+ tools and languages (Visual Studio 2017 , C# etc). Join our team!
10
10
11
11
This is the ExtCore framework sample MVC web application.
12
12
13
13
## Getting Started
14
14
15
15
* rebuild the solution;
16
- * copy extensions DLL files into the Extensions folder of the main web application (this folder doesn’t exist by default,
16
+ * copy the extensions DLL files into the Extensions folder of the main web application (this folder doesn’t exist by default,
17
17
so you need to create it in the web application root or specify another location in the config.json file; also you may just
18
- add direct dependencies to the extensions in the project.json file of the main web application, but it is not so interesting);
18
+ add direct dependencies to the main web application project instead , but it is not so interesting);
19
19
* run the main web application.
20
20
21
21
## More Information
22
22
23
23
### Other Samples
24
24
25
- * [ Full-featured ExtCore 1.1.3 framework sample web application] ( https://github.com/ExtCore/ExtCore-Sample ) ;
26
- * [ ExtCore Framework 1.1.3 Sample Simplest Web Application] ( https://github.com/ExtCore/ExtCore-Sample-Simplest ) ;
27
- * [ ExtCore Framework 1.1.3 Sample Web Application That Uses a Database] ( https://github.com/ExtCore/ExtCore-Sample-Data ) ;
28
- * [ ExtCore Framework 1.1.3 Sample Web Application with Modular UI] ( https://github.com/ExtCore/ExtCore-Sample-Modular-Ui ) ;
29
- * [ ExtCore Framework 1.1.3 Sample Web Application That Registers a Service Inside the Extension] ( https://github.com/ExtCore/ExtCore-Sample-Service ) .
25
+ * [ ExtCore framework 1.1.3 sample simplest web application] ( https://github.com/ExtCore/ExtCore-Sample-Simplest ) ;
26
+ * [ ExtCore framework 1.1.3 sample web application that uses a database] ( https://github.com/ExtCore/ExtCore-Sample-Data ) ;
27
+ * [ ExtCore framework 1.1.3 sample web application with modular UI] ( https://github.com/ExtCore/ExtCore-Sample-Modular-Ui ) ;
28
+ * [ ExtCore framework 1.1.3 sample web application that registers a service inside the extension] ( https://github.com/ExtCore/ExtCore-Sample-Service ) ;
29
+ * [ ExtCore framework 1.2.0 sample web application that uses the events] ( https://github.com/ExtCore/ExtCore-Sample-Service ) ;
30
+ * [ ExtCore framework 1.1.3 sample API web application] ( https://github.com/ExtCore/ExtCore-Sample-Api ) .
30
31
31
32
You can also download our [ ready to use full-featured sample] ( http://extcore.net/files/ExtCore-Sample-1.1.3.zip ) .
32
- It contains everything you need to run ExtCore-based web application from Visual Studio 2015 , including SQLite
33
+ It contains everything you need to run ExtCore-based web application from Visual Studio 2017 , including SQLite
33
34
database with the test data.
34
35
35
36
### Tutorials
@@ -49,3 +50,5 @@ Sources on GitHub: https://github.com/ExtCore/ExtCore
49
50
Website: http://extcore.net/
50
51
51
52
Docs: http://docs.extcore.net/
53
+
54
+ Author: http://sikorsky.pro/
0 commit comments