DistributedProgramming2021 | S1P7 | Dependency injection

DistributedProgramming2021 | S1P7 | Dependency injection

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 unit testing using xUnit.. We will do Authentication..

All code for back-end (.net core 5) can be found here:
https://github.com/EASV/Videoapplication2021.git

All code for front-end (Angular) can be found here:
https://github.com/EASV/VideoApplication2021_frontend.git

I added branches in each project (like full-project, webapi, starter) 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
.. more will come...

Hope you enjoy... ;-)

TDDTest Driven DevelopmentTest

Post a Comment

0 Comments