SolutiaConsulting.CodeGenerator

Generates the following assets: * SQL Server 2016 Stored Procedures for CRUD activiity (all Stored procs return JSON data via SQL Server 2016's FOR JSON capability) * Repository code for converting raw JSON to concrete implementations of C# Interface (using Json.Net) * Business Library allowing for business rules to be applied to data * Sample WebApi endpoints * Angular 4+ models for translating raw JSON data into JavaScript models (future development effort) This code generator allows you to spend time in the following areas crafting your application: * crafting stored procedures to surface database data matching the data needs imposed by a C# Interface * crafting WebApi endpoints (you can use code generated samples as a starting point) * crafting your front-end experience Utilizing this code generator increases your productivity and produces consistent, reliable results


Keywords
code, generation
Install
Install-Package SolutiaConsulting.CodeGenerator -Version 3.2.0.6