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
Simplify.Web is a lightweight and fast server-side .NET web-framework based on MVC and OWIN patterns for building HTTP based web-applications, RESTful APIs etc.
6
6
@@ -15,8 +15,6 @@ It can be hosted:
15
15
* The same way as an ApsNetCore MVC application (On IIS, or as a console application)
16
16
* Inside a windows service
17
17
18
-
_This project is a continuator of [AcspNet web-framework](https://github.com/i4004/AcspNet)_
19
-
20
18
## Package status
21
19
22
20
| Latest version |[](https://www.nuget.org/packages/Simplify.Web/)|
@@ -25,7 +23,7 @@ _This project is a continuator of [AcspNet web-framework](https://github.com/i40
@@ -40,11 +38,11 @@ _This project is a continuator of [AcspNet web-framework](https://github.com/i40
40
38
* Can be used as an API backend only with front-end frameworks
41
39
* Based on MVC and MVVM patterns
42
40
* Lightweight & Fast
43
-
* Uses switchable IOC container for itself and controllers, views constructor injection ([Simplify.DI](https://github.com/i4004/Simplify/wiki/Simplify.DI))
41
+
* Uses switchable IOC container for itself and controllers, views constructor injection ([Simplify.DI](https://github.com/SimplifyNet/Simplify/wiki/Simplify.DI))
44
42
* Support async controllers
45
43
* Supports controllers which can be run on any request
46
44
* Localization-friendly (supports templates, strings and data files localization by default)
47
-
* Uses fast templates engine ([Simplify.Templates](https://github.com/i4004/Simplify/wiki/Simplify.Templates))
45
+
* Uses fast templates engine ([Simplify.Templates](https://github.com/SimplifyNet/Simplify/wiki/Simplify.Templates))
48
46
* Mocking-friendly
49
47
* Mono-friendly
50
48
@@ -73,7 +71,7 @@ dotnet new sweb.angular -n HelloWorldApplication
73
71
74
72
Then just run project via F5 (it will download all required nuget and npm packages at first build).
0 commit comments