BlazorMVC: Adding Model-View-Controller patterns to Blazor Applications [Webinar]

Challenges

  • Messy, spaghetti code
  • Screens have a lot of HTML
  • CSS classes that are factored into CSS files

Solutions

Separating behavior code from layout code, and developers separating UI code that adheres to the SRP.

Benefits

The Blazor framework radically increases productivity.

A longstanding best-practice in user interface development is to separate behavior code from layout code.

While the Blazor framework radically increases productivity with rich in-browser applications, it’s up to the developer to separate UI code that adheres to the Single Responsibility Principle (SRP).

This session dives into how to properly implement Model-View-Controller in Blazor applications, whether it be hand-rolled or using the BlazorMVC nuget package.