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
+8-8Lines changed: 8 additions & 8 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 4.1.0
1
+
# ExtCore 5.0.0-alpha1
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,14 +7,14 @@
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 2017, C#
10
+
based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2019, 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.
14
14
Each of these modules or extensions may consist of one or more ASP.NET Core projects and each of these projects
15
15
may include everything you want as any other ASP.NET Core project. You don’t need to perform any additional
16
16
actions to make it all work: any ASP.NET Core project can be used as an ExtCore-based web application extension
17
-
by default. Controllers, view components, views (added as resources and/or precompiled), static content (added as
17
+
by default. Controllers, view components, views (~~added as resources and/or~~ precompiled), static content (added as
18
18
resources) are resolved automatically. These projects may be then added to the web application in two ways: as
19
19
direct dependencies (as source code or NuGet packages) or by copying compiled DLLs to the Extensions folder.
20
20
ExtCore supports both of these options out of the box and at the same time.
@@ -72,8 +72,8 @@ Currently it supports MySQL, PostgreSql, SQLite, and SQL Server, but it is very
72
72
#### ExtCore.Mvc
73
73
74
74
By default, ExtCore web applications are not MVC ones. MVC support is provided for them by ExtCore.Mvc extension.
75
-
This extension initializes MVC, makes it possible to use controllers, view components, views (added as resources
76
-
and/or precompiled), static content (added as resources) from other extensions etc.
75
+
This extension initializes MVC, makes it possible to use controllers, view components, views (~~added as resources
76
+
and/or~~ precompiled), static content (added as resources) from other extensions etc.
77
77
78
78
#### ExtCore.Events
79
79
@@ -95,7 +95,7 @@ in order to execute some code inside the ConfigureServices and Configure methods
95
95
96
96
Please take a look at our samples on GitHub:
97
97
98
-
*[Full-featured ExtCore 4.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
98
+
*[Full-featured ExtCore 5.0.0-alpha1 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
99
99
*[ExtCore framework 4.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
100
100
*[ExtCore framework 4.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
101
101
*[ExtCore framework 4.0.0 sample web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);
@@ -108,8 +108,8 @@ Please take a look at our samples on GitHub:
108
108
*[ExtCore framework 4.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
109
109
*[ExtCore framework 4.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
110
110
111
-
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-4.0.0.zip).
112
-
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
111
+
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-5.0.0-alpha1.zip).
112
+
It contains everything you need to run ExtCore-based web application from Visual Studio 2019, including SQLite
0 commit comments