Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.67 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.67 KB

Blazor Clean Architecture Developer Onboarding Program

Resources to rapidly onboard new developers to the Blazor Clean Architecture Template

Videos:

  1. Basic Principles of Clean Architecture. Ignore the bit about Angular, since we will use Blazor Front-end
  2. Sub-cutaneous testing
  3. Vertical Slice Architecture
  4. Introduction to Blazor. Note that this video refers to regular html controls such as <select>, <input> etc. In real world, we use a UI library such as Radzen Blazor or Telerik Blazor
  5. Hangfire jobs scheduler

Links:

  1. Blazor Radzen UI library
  2. Fluent Validation
  3. Automapper

Recommended Software to download and install on your Windows 10/11 machine:

  1. Visual Studio 2022
  2. Textpad (Optional). Textpad helps opening large data files, which notepad cannot handle
  3. SQL Server Developer Edition
  4. SQL Server Management Studio
  5. Azure Storage Explorer