SolutiaConsulting.CodeGenerator
3.2.0.6
dotnet add package SolutiaConsulting.CodeGenerator --version 3.2.0.6
NuGet\Install-Package SolutiaConsulting.CodeGenerator -Version 3.2.0.6
<PackageReference Include="SolutiaConsulting.CodeGenerator" Version="3.2.0.6" />
<PackageVersion Include="SolutiaConsulting.CodeGenerator" Version="3.2.0.6" />
<PackageReference Include="SolutiaConsulting.CodeGenerator" />
paket add SolutiaConsulting.CodeGenerator --version 3.2.0.6
#r "nuget: SolutiaConsulting.CodeGenerator, 3.2.0.6"
#addin nuget:?package=SolutiaConsulting.CodeGenerator&version=3.2.0.6
#tool nuget:?package=SolutiaConsulting.CodeGenerator&version=3.2.0.6
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.CSharp (>= 4.4.0)
- Newtonsoft.Json (>= 10.0.3)
- Nito.AsyncEx (>= 4.0.1)
- NJsonSchema.CodeGeneration.CSharp (>= 9.6.5)
- NJsonSchema.CodeGeneration.TypeScript (>= 9.6.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
combine console app and dll together into a single application