Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 3.3.1 |
Author(s): | MoonStorm |
Last Update: | Monday, June 3, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MoonStorm/FastCrud |
NuGet Url: | https://www.nuget.org/packages/Dapper.FastCrud.ModelGenerator |
Install
Install-Package Dapper.FastCrud.ModelGenerator
dotnet add package Dapper.FastCrud.ModelGenerator
paket add Dapper.FastCrud.ModelGenerator
Dapper.FastCrud.ModelGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Entity domain partitioning can be achieved via separate template configurations.
The installation package provides a sample config file, SampleModelGeneratorConfig.tt.
Do not modify GenericModelGenerator.tt, as future upgrades via NuGet will fail to update this file.
More details are available on the project site.