CodeGenerator 2019.2.9.2128

dotnet add package CodeGenerator --version 2019.2.9.2128
NuGet\Install-Package CodeGenerator -Version 2019.2.9.2128
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="CodeGenerator" Version="2019.2.9.2128" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeGenerator --version 2019.2.9.2128
#r "nuget: CodeGenerator, 2019.2.9.2128"
#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 CodeGenerator as a Cake Addin
#addin nuget:?package=CodeGenerator&version=2019.2.9.2128

// Install CodeGenerator as a Cake Tool
#tool nuget:?package=CodeGenerator&version=2019.2.9.2128

C# .Net Code Generator designed to generate the following assets based on a C# Interface:
* SQL Server 2016 Stored Procedures for CRUD activiity
* Repository code for converting raw JSON to concrete implementations of C# Interface
* Model code which is the concrete implementation of C# Interface
* Business Library allowing for business rules to be applied to data in concrete implementation of C# Interface
* Stubbed WebApi endpoints

C# .Net Code Generator allows you to spend your time in the following areas:
* crafting stored procedures to surface database data matching the data needs imposed by a C# Interface
* crafting your business rules in a single location
* crafting WebApi endpoints (you can use code generated samples as a starting point)
* crafting your front-end experience

C# .Net Code Generator requires the following projects in .Net Solution:
* Business Library (housing business rules applied to data in concrete implementaitons of C# Interfaces)
* Data Contracts (housing C# Interfaces)
* Models (housing concrete implementaitons of C# Interfaces)
* Repository (housing calls to database and translation to concrete implementaitons of C# Interfaces)
* WebAPI (housing API controllers)

Utilizing this code generator increases your productivity and produces consistent, reliable results

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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
2019.2.9.2128 2,432 2/9/2019
2019.1.31.1310 1,452 1/31/2019

combine console app and dll together into a single application