.NET ecosystem extensions
Azure Functions Extension for easy CRUD + List implementation
- CRUDL (Create Read Update Delete List)
- uses Dependecy Injections
- uses Service & Model approach
- DRY principle
only .NET Core 3.1
- Currently please check out the samples/demo
Blazor extension for lazy loading
- Lazy Loading
- Plugins Webassembly
- Late Service Depency Injection
- Not immutable Depency Injection
only .NET Core 5.0
- Currently see the Samples