.NET Programming Monthly Issue 5 — Blazor, Clean Architecture, Unity, Unit Testing, Dependency Injection
You can find many resources and sample projects about Blazor, ASP.NET Core, a post about Unit Testing with Zenject in Unity, a discussion about Unity project architecture, and a must-read book for those who are interested in Dependency Injection.
0x00 Blazor — app building workshop
Blazor
is a single-page app framework for building client-side web apps using .NET andWebAssembly
. In this workshop we will…