We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d1a1f commit f90bebbCopy full SHA for f90bebb
README.md
@@ -1,13 +1,15 @@
1
# ASP.NET Core Web API development
2
3
-We will try to create an api application using asp.net core.
4
-- Maninly using repository pattern, generics, LINQ, Entity framework core
+We will try to create an API application using asp.net core.
+- Mainly using repository pattern, generics, LINQ, Entity framework core
5
- Main business logic implemented in InMemeory Database (plan to use MSSQL DB)
6
- ASP NET Identity, JWT Authentication implemented in a separate DB
7
- Swagger for API Document
8
+- API Version
9
-Next ToDo List:
10
+### Next ToDo List:
11
- Role Based Authentication/Authorization
12
+- Standard response for both error/success results
13
- Logging
14
- Global Error Handling
15
- Dockerization
0 commit comments