TodoApp
Todo application with ASP.NET Core Blazor WASM, Minimal APIs
TodoApp is a reference todo application demonstrating a modern full-stack web architecture. Its front end uses a browser-based WebAssembly application, while the backend exposes REST endpoints through Minimal APIs. An object-relational mapper and SQLite provide persistent data storage, with built-in orchestration tooling coordinating application services and dependencies. Authentication examples include identity management, cookies, bearer tokens, and optional social sign-in providers. ...