Table of Contents

Building a Database Application in Blazor

A set of Articles about building a Database Application in Blazor.
This set of articles and code base is out of date. They don't reflect my current framework. Use them at your risk.

This is a series of articles describing my Blazor Development Framework.

There are 5 articles describing various aspects of the framework and coding patterns used.

The articles have changed drastically since their original release:

  1. The whole framework is less opinionated. I've dropped many of the more radical approaches to some issues in Blazor/SPAs.
  2. The libraries have been re-organised as my understanding has grown on how to make Server and WASM projects co-exist.
  3. Everything has been updated to Net5.
  4. The Repo home has moved.
  5. Server and WASM SPAs are now hosted and run from the same site.

They are not:

  1. An attempt to define best practice.
  2. The finished product.