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
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# ExtCore Framework 4.0.0 Sample MVC Web Application
1
+
# ExtCore Framework 5.0.0 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
5
5
## Introduction
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 2017, C# etc). Join our team!
9
+
tools and languages (Visual Studio 2019, C# etc). Join our team!
10
10
11
11
This is the ExtCore framework sample MVC web application.
12
12
@@ -22,20 +22,20 @@ 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 4.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26
-
*[ExtCore framework 4.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27
-
*[ExtCore framework 4.0.0 sample web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);
28
-
*[ExtCore framework 4.0.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
29
-
*[ExtCore framework 4.0.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);
30
-
*[ExtCore framework 4.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
31
-
*[ExtCore framework 4.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
32
-
*[ExtCore framework 4.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
33
-
*[ExtCore framework 4.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
34
-
*[ExtCore framework 4.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
35
-
*[ExtCore framework 4.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-4.0.0.zip).
38
-
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
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 web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);
28
+
*[ExtCore framework 5.0.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
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).
38
+
It contains everything you need to run ExtCore-based web application from Visual Studio 2019, including SQLite
0 commit comments