
I this series we will be building a 2 tiered Application. Angular as front-end Tier and .net Core 5.0 as Backend Tier. We will be using the Onion Architecture (Clean) in the backend development. We will do TDD and unit testing using xUnit.. We will do Authentication..
-----------------------
This is a video thats part of this series:
Intro:
https://youtube.com/playlist?list=PL8jcXf-CLpxrAyHRJKOa1eW1ckwyawrvX
First TDD Feature: "Get All Products"
https://youtube.com/playlist?list=PL8jcXf-CLpxpE_FmiVhFRZMldyBmYmSSB
-----------------
All code for back-end (.net core 5) can be found here:
https://github.com/EASV/legos-for-life-net-core.git/
"Get All" Branch code for back-end (.net core 5) can be found here:
https://github.com/EASV/legos-for-life-net-core/tree/getall
All code for front-end (Angular) can be found here:
https://github.com/EASV/legos-for-life-angular.git/
I added branches in each series so you can jump through code..
Links I used:
https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/common-web-application-architectures
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-2.1&tabs=visual-studio
https://docs.microsoft.com/en-us/ef/
https://angular.io
https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test
https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/?view=aspnetcore-5.0
https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.deletebehavior?view=efcore-5.0
https://docs.microsoft.com/en-us/ef/core/testing/
https://github.com/rgvlee/EntityFrameworkCore.Testing
https://docs.microsoft.com/en-us/ef/core/get-started/overview/first-app?tabs=netcore-cli
https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/attributes
https://docs.microsoft.com/en-us/dotnet/standard/attributes/retrieving-information-stored-in-attributes
https://portal.azure.com
https://firebase.google.com
.. more will come...
Hope you enjoy... ;-)
0 Comments