fullstackhub-io / UserManagement

ASP.NET Core 3.1 with Angular 10 clean architecture learning path.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Web API & Angular 10 Clean Architecture

I recently implemented an application using Jason Taylor Clean Architecture with a .NET Core 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.

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.

Learning Path Link: https://fullstackhub.io/category/learning-path/asp-net-web-api-angular-10-clean-architecture/

About

ASP.NET Core 3.1 with Angular 10 clean architecture learning path.

License:MIT License


Languages

Language:C# 54.2%Language:TypeScript 30.8%Language:HTML 10.1%Language:CSS 3.5%Language:JavaScript 1.3%