File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
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
+
9
+ Next ToDo List:
10
+ - Role Based Authentication/Authorization
11
+ - Logging
12
+ - Global Error Handling
13
+
14
+ ### Note
15
+ - Trying to understand best practices. May be frequently modified the project structure.
16
+ - ASP NET Identity: Using EF core code first approach
17
+
18
+ ### Reference From
19
+ - See [ chsakell] ( https://chsakell.com )
20
+ - See [ code-maze] ( https://code-maze.com )
21
+ - See [ CodAffection] ( https://www.youtube.com/channel/UCvzlnZbePin9kH-1JCKBt8Q )
22
+
23
+ License
24
+ ----
25
+
26
+ MIT
27
+
28
+
29
+ ** Free Software, Hell Yeah!**
You can’t perform that action at this time.
0 commit comments