Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 3.0.0 |
Author(s): | krishemenway |
Last Update: | Tuesday, October 22, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/krishemenway/strongly-typed-identifiers/tree/master/StronglyTyped.LongIds |
NuGet Url: | https://www.nuget.org/packages/StronglyTyped.LongIds |
Install
Install-Package StronglyTyped.LongIds
dotnet add package StronglyTyped.LongIds
paket add StronglyTyped.LongIds
StronglyTyped.LongIds Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Text.Json(>= 4.6.0)
Tags
This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to communicate the content of a variable using both the type name as well as in the variable name.