Skip to content

Commit 4e230ac

Browse files
Update README.md
1 parent 9f9819a commit 4e230ac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# UserManagement
1+
## ASP.NET Web API & Angular 10 Clean Architecture
2+
3+
I recently implemented an application using Jason Taylor Clean Architecture with a [.NET Core](https://jasontaylor.dev/clean-architecture-getting-started/) article and thought it would be a good idea to write another article to break it down into steps so that it would be easy to follow for beginners. Obisvoulsy, there would be some differences e.g. I will be using Dapper micro ORM, repository, and unit of work design pattern instead of Entity Framework .NET Core and will use a separate database for integration testing instead of an in-memory database and also if time permits, I will add more detailed Angular unit and integration tests.
4+
5+
We are going to develop one of a favorite application called User Management where you would be able to add, update, delete and view the users, currently, I am going to skip user authentication, you can find it in Jason’s [Github repository](https://github.com/jasontaylordev/CleanArchitecture).
6+
7+
Learning Path Link: https://fullstackhub.io/category/learning-path/asp-net-web-api-angular-10-clean-architecture/

0 commit comments

Comments
 (0)