SolutiaConsulting.CodeGenerator 3.2.0.6

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SolutiaConsulting.CodeGenerator --version 3.2.0.6
NuGet\Install-Package SolutiaConsulting.CodeGenerator -Version 3.2.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SolutiaConsulting.CodeGenerator" Version="3.2.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SolutiaConsulting.CodeGenerator --version 3.2.0.6
#r "nuget: SolutiaConsulting.CodeGenerator, 3.2.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SolutiaConsulting.CodeGenerator as a Cake Addin
#addin nuget:?package=SolutiaConsulting.CodeGenerator&version=3.2.0.6

// Install SolutiaConsulting.CodeGenerator as a Cake Tool
#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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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