|
1 | | -# ExtCore 1.0.0-alpha7 |
| 1 | +# ExtCore 1.0.0-alpha8 |
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 is free, open source and cross-platform framework for creating modular and extendable web applications |
8 | | -based on ASP.NET Core 1.0. It is built using the best and the most modern tools and languages (Visual Studio 2015, C# |
| 8 | +based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2015, C# |
9 | 9 | etc). Join our team! |
10 | 10 |
|
11 | 11 | ExtCore allows you to decouple your application into the modules (or extensions) and reuse that modules in other |
12 | 12 | applications in various combinations. Each ExtCore extension may consist of one or more projects and each project |
13 | | -may include everything you want (as any other ASP.NET Core 1.0 project). Controllers, view components, views (added as |
| 13 | +may include everything you want (as any other ASP.NET Core project). Controllers, view components, views (added as |
14 | 14 | resources and/or precompiled), static content (added as resources) will be resolved automatically. These projects |
15 | 15 | (extension pieces) may be added to the application directly as dependencies in project.json of your main |
16 | 16 | application project (as source code or NuGet packages), or by copying compiled DLL-files to the Extensions |
17 | 17 | folder. ExtCore supports both of these approaches out of the box and at the same time. |
18 | 18 |
|
19 | 19 | By default, ExtCore doesn’t know anything about data and storage, but you can use ExtCore.Data extension to have |
20 | | -unified approach to working with data and single storage context. It supports SQLite and Microsoft SQL Server, |
21 | | -but it is very easy to add another storage support. |
| 20 | +unified approach to working with data and single storage context. It supports Microsoft SQL Server, PostgreSql |
| 21 | +and SQLite, but it is very easy to add another storage support. |
22 | 22 |
|
23 | 23 | You can find more information using the links at the bottom of this page. |
24 | 24 |
|
@@ -60,7 +60,7 @@ All you need to do to have modular and extendable web application is: |
60 | 60 |
|
61 | 61 | Please take a look at our [sample](https://github.com/ExtCore/ExtCore-Sample) on GitHub. |
62 | 62 |
|
63 | | -You can also download our [ready to use sample](http://extcore.net/files/ExtCore-Sample-1.0.0-alpha7.zip). |
| 63 | +You can also download our [ready to use sample](http://extcore.net/files/ExtCore-Sample-1.0.0-alpha8.zip). |
64 | 64 | It contains everything you need to run ExtCore-based web application from Visual Studio 2015, including SQLite |
65 | 65 | database with the test data. |
66 | 66 |
|
|
0 commit comments