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
|**Dependencies**|[](https://libraries.io/nuget/Simplify.Web)|
* Can be used as an API backend only with front-end frameworks
39
-
* Based on MVC and MVVM patterns
40
-
* Lightweight & Fast
41
-
* Uses switchable IOC container for itself and controllers, views constructor injection ([Simplify.DI](https://github.com/SimplifyNet/Simplify/wiki/Simplify.DI))
42
-
* Support async controllers
43
-
* Supports controllers which can be run on any request
44
-
* Localization-friendly (supports templates, strings and data files localization by default)
45
-
* Uses fast templates engine ([Simplify.Templates](https://github.com/SimplifyNet/Simplify/wiki/Simplify.Templates))
46
-
* Mocking-friendly
47
-
* Mono-friendly
37
+
- Comes as Microsoft.AspNetCore OWIN middleware
38
+
- Can be used as an API backend only with front-end frameworks
39
+
- Based on MVC and MVVM patterns
40
+
- Lightweight & Fast
41
+
- Uses switchable IOC container for itself and controllers, views constructor injection ([Simplify.DI](https://github.com/SimplifyNet/Simplify/wiki/Simplify.DI))
42
+
- Support async controllers
43
+
- Supports controllers which can be run on any request
44
+
- Localization-friendly (supports templates, strings and data files localization by default)
45
+
- Uses fast templates engine ([Simplify.Templates](https://github.com/SimplifyNet/Simplify/wiki/Simplify.Templates))
46
+
- Mocking-friendly
47
+
- Mono-friendly
48
48
49
49
## Quick start
50
50
@@ -56,11 +56,11 @@ Installing a templates package:
| Windows service hosted api template | sweb.api.windowsservice |
65
65
66
66
Use the short name to create a project based on selected template:
@@ -193,23 +193,23 @@ public class LoggedUserPanelView : View
193
193
194
194
There are many ways in which you can participate in the project. Like most open-source software projects, contributing code is just one of many outlets where you can help improve. Some of the things that you could help out with are:
195
195
196
-
* Documentation (both code and features)
197
-
* Bug reports
198
-
* Bug fixes
199
-
* Feature requests
200
-
* Feature implementations
201
-
* Test coverage
202
-
* Code quality
203
-
* Sample applications
196
+
- Documentation (both code and features)
197
+
- Bug reports
198
+
- Bug fixes
199
+
- Feature requests
200
+
- Feature implementations
201
+
- Test coverage
202
+
- Code quality
203
+
- Sample applications
204
204
205
205
## Related Projects
206
206
207
207
Additional extensions to Simplify.Web live in their own repositories on GitHub. For example:
0 commit comments