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
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,15 @@ If you liked the project or if `netcorekit` helped you, please give a star so th
16
16
17
17
-[x] Simple libraries. No frameworks. Little abstraction.
18
18
-[x] Opt-in and out of the box [features](https://github.com/cloudnative-netcore/netcorekit/wiki/Miniservice-template-guidance) with [Feature Toggles](https://martinfowler.com/articles/feature-toggles.html) technique.
19
-
-[x] Generic repository for data persistence.
20
19
-[x] Adhere to [twelve-factor app paradigm](https://12factor.net) and more.
21
-
-[x] Resilience and health check out of the box.
22
-
-[x] Easy for configuration management.
20
+
-[x] Authentication/Authorization with OAuth 2.0 and OpenID Connect.
23
21
-[x][Domain-driven Design](https://en.wikipedia.org/wiki/Domain-driven_design) in mind.
-With Entity Framework Core (SQL Server, MySQL, and SQLite providers) comes along with the generic repository in place:
55
+
-EfCore template - NetCoreKit.Template.EfCore: with Entity Framework Core (SQL Server, MySQL, and SQLite providers) comes along with the generic repository in place:
0 commit comments