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
+15-15Lines changed: 15 additions & 15 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 5.0.0 Sample Web Application That Uses a Database
1
+
# ExtCore Framework 6.0.0 Sample Web Application That Uses a Database
2
2
3
3
[](https://gitter.im/ExtCore/ExtCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
@@ -22,19 +22,19 @@ add direct dependencies to the main web application project instead, but it is n
22
22
23
23
### Other Samples
24
24
25
-
*[Full-featured ExtCore 5.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26
-
*[ExtCore framework 5.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27
-
*[ExtCore framework 5.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
28
-
*[ExtCore framework 5.0.0 sample web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);
29
-
*[ExtCore framework 5.0.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);
30
-
*[ExtCore framework 5.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
31
-
*[ExtCore framework 5.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
32
-
*[ExtCore framework 5.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
33
-
*[ExtCore framework 5.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
34
-
*[ExtCore framework 5.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
35
-
*[ExtCore framework 5.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
36
-
37
-
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-5.0.0.zip).
25
+
*[Full-featured ExtCore 6.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26
+
*[ExtCore framework 6.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27
+
*[ExtCore framework 6.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
28
+
*[ExtCore framework 6.0.0 sample web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);
29
+
*[ExtCore framework 6.0.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);
30
+
*[ExtCore framework 6.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
31
+
*[ExtCore framework 6.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
32
+
*[ExtCore framework 6.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
33
+
*[ExtCore framework 6.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
34
+
*[ExtCore framework 6.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
35
+
*[ExtCore framework 6.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
36
+
37
+
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-6.0.0.zip).
38
38
It contains everything you need to run ExtCore-based web application from Visual Studio 2019, including SQLite
39
39
database with the test data.
40
40
@@ -46,7 +46,7 @@ to help you start developing your ExtCore-based web applications.
46
46
### Real Projects
47
47
48
48
Please take a look at [Platformus](https://github.com/Platformus/Platformus) on GitHub. It is CMS
49
-
built on ExtCore framework with more than 10 extensions and 80 projects.
49
+
built on ExtCore framework with 3 extensions and 25 projects.
0 commit comments