Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 3.0.1 |
Author(s): | krishemenway |
Last Update: | Monday, March 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/krishemenway/strongly-typed-identifiers/tree/master/StronglyTyped.StringIds |
NuGet Url: | https://www.nuget.org/packages/StronglyTyped.StringIds |
Install
Install-Package StronglyTyped.StringIds
dotnet add package StronglyTyped.StringIds
paket add StronglyTyped.StringIds
StronglyTyped.StringIds 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.