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 67a0822 commit 31e5dbbCopy full SHA for 31e5dbb
README.md
@@ -1,6 +1,12 @@
1
# ASP.NET Core Web API development
2
+
3
We will try to create an api application using asp.net core.
-Maninly using repository pattern, generics, LINQ, Entity framework core
4
-Main business logic implemented in InMemeory Database (plan to use MSSQL DB)
5
-ASP NET Identity, JWT Authentication implemented in a separate DB
6
-Swagger for API Document
+- Maninly using repository pattern, generics, LINQ, Entity framework core
+- Main business logic implemented in InMemeory Database (plan to use MSSQL DB)
+- ASP NET Identity, JWT Authentication implemented in a separate DB
7
+- Swagger for API Document
8
9
+Next ToDo List:
10
+- Role Based Authentication/Authorization
11
+- Logging
12
+- Global Error Handling
0 commit comments