Releases
v1.0.1
Compare
Sorry, something went wrong.
No results found
π§ ViewForge v1.0.1 β SOLID Architecture & Documentation Improvements
β»οΈ Refactored
Sample project now follows SOLID architecture β Controller β AppService β Repository pattern
ProductsController β HTTP I/O only, zero business logic
IViewForgeSimpleAppService / ViewForgeSimpleAppService β orchestration layer
IViewForgeSimpleRepository / ViewForgeSimpleRepository β all DB + ViewForge query logic
DI registration follows Dependency Inversion Principle (depend on abstractions)
π Documentation
README updated with proper 6-step Quick Start (Model β DbContext β DI β Repository β AppService β Controller)
Added EF Core HasNoKey().ToView() setup guide for real SQL View integration with schema support
Updated all code examples to reflect layered architecture naming
Project structure now shows Controllers/, Services/, Repositories/, Views/, Data/ folders
π§ Added
launchSettings.json with Development and Production profiles for Sample API
π¦ Full Changelog
1.0.0...1.0.1
You canβt perform that action at this time.