|
1 | | -# ExtCore 1.2.0-beta1 |
| 1 | +# ExtCore 1.2.0-beta2 |
2 | 2 |
|
3 | 3 | [](https://gitter.im/ExtCore/ExtCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
4 | 4 |
|
|
7 | 7 | ## Introduction |
8 | 8 |
|
9 | 9 | ExtCore is free, open source and cross-platform framework for creating modular and extendable web applications |
10 | | -based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2015, C# |
| 10 | +based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2017, C# |
11 | 11 | etc). Join our team! |
12 | 12 |
|
13 | 13 | ExtCore allows you to build your web applications from the different independent reusable modules or extensions. |
@@ -90,14 +90,16 @@ All you need to do to have modular and extendable web application is: |
90 | 90 | Please take a look at our samples on GitHub: |
91 | 91 |
|
92 | 92 | * [Full-featured ExtCore 1.1.3 framework sample web application](https://github.com/ExtCore/ExtCore-Sample); |
93 | | -* [ExtCore Framework 1.1.3 Sample Simplest Web Application](https://github.com/ExtCore/ExtCore-Sample-Simplest); |
94 | | -* [ExtCore Framework 1.1.3 Sample MVC Web Application](https://github.com/ExtCore/ExtCore-Sample-Mvc); |
95 | | -* [ExtCore Framework 1.1.3 Sample Web Application That Uses a Database](https://github.com/ExtCore/ExtCore-Sample-Data); |
96 | | -* [ExtCore Framework 1.1.3 Sample Web Application with Modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui); |
97 | | -* [ExtCore Framework 1.1.3 Sample Web Application That Registers a Service Inside the Extension](https://github.com/ExtCore/ExtCore-Sample-Service). |
98 | | - |
99 | | -You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-1.1.1.zip). |
100 | | -It contains everything you need to run ExtCore-based web application from Visual Studio 2015, including SQLite |
| 93 | +* [ExtCore framework 1.1.3 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest); |
| 94 | +* [ExtCore framework 1.1.3 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc); |
| 95 | +* [ExtCore framework 1.1.3 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data); |
| 96 | +* [ExtCore framework 1.1.3 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui); |
| 97 | +* [ExtCore framework 1.1.3 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service); |
| 98 | +* [ExtCore framework 1.2.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Service); |
| 99 | +* [ExtCore framework 1.1.3 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api). |
| 100 | + |
| 101 | +You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-1.1.3.zip). |
| 102 | +It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite |
101 | 103 | database with the test data. |
102 | 104 |
|
103 | 105 | ### Tutorials |
|
0 commit comments