Shared Library (MILTON.Shared)
A library containing portable payloads explicitly designed to traverse domain logic borders safely. These are utilized actively between the core backend ASP.NET Core endpoints and the downstream MudBlazor WASM client instances securely avoiding Circular Dependencies or direct logic leakages.
Modules
- DTOs: Data Transfer Objects used universally to pass properties between APIs and user interfaces over the wire seamlessly.
- Validators: FluentValidation rule objects verifying model states safely decoupled away from the heavy-duty execution logic structures.