You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ExtCore Framework 1.2.0 Sample MVC Web Application
1
+
# ExtCore Framework 2.0.0-alpha1 Sample MVC Web Application
2
2
3
3
[](https://gitter.im/ExtCore/ExtCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
@@ -14,25 +14,25 @@ This is the ExtCore framework sample MVC web application.
14
14
15
15
* rebuild the solution;
16
16
* copy the extensions DLL files into the Extensions folder of the main web application (this folder doesn’t exist by default,
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
17
+
so you need to create it in the web application root or specify another location in the appsettings.json file; also you may just
18
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.2.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26
-
*[ExtCore framework 1.2.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27
-
*[ExtCore framework 1.2.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
28
-
*[ExtCore framework 1.2.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
29
-
*[ExtCore framework 1.2.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
30
-
*[ExtCore framework 1.2.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
31
-
*[ExtCore framework 1.2.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
32
-
*[ExtCore framework 1.2.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
33
-
*[ExtCore framework 1.2.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
34
-
35
-
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-1.2.0.zip).
25
+
*[Full-featured ExtCore 2.0.0-alpha1 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26
+
*[ExtCore framework 2.0.0-alpha1 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27
+
*[ExtCore framework 2.0.0-alpha1 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
28
+
*[ExtCore framework 2.0.0-alpha1 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
29
+
*[ExtCore framework 2.0.0-alpha1 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
30
+
*[ExtCore framework 2.0.0-alpha1 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
31
+
*[ExtCore framework 2.0.0-alpha1 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
32
+
*[ExtCore framework 2.0.0-alpha1 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
33
+
*[ExtCore framework 2.0.0-alpha1 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
34
+
35
+
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-2.0.0-alpha1.zip).
36
36
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
37
37
database with the test data.
38
38
@@ -44,7 +44,7 @@ to help you start developing your ExtCore-based web applications.
44
44
### Real Projects
45
45
46
46
Please take a look at [Platformus](https://github.com/Platformus/Platformus) on GitHub. It is CMS
47
-
built on ExtCore framework with 10 extensions and 70 projects.
47
+
built on ExtCore framework with more than 10 extensions and 70 projects.
0 commit comments