Funcular.IdGenerators
1.0.0
See the version list below for details.
dotnet add package Funcular.IdGenerators --version 1.0.0
NuGet\Install-Package Funcular.IdGenerators -Version 1.0.0
<PackageReference Include="Funcular.IdGenerators" Version="1.0.0" />
paket add Funcular.IdGenerators --version 1.0.0
#r "nuget: Funcular.IdGenerators, 1.0.0"
// Install Funcular.IdGenerators as a Cake Addin #addin nuget:?package=Funcular.IdGenerators&version=1.0.0 // Install Funcular.IdGenerators as a Cake Tool #tool nuget:?package=Funcular.IdGenerators&version=1.0.0
K-ordered, semi-random, distributed unique Id generator using base 36. Solves several weaknesses of integer, Guid and SequentialGuid identifiers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Funcular.ExtensionMethods (>= 1.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Funcular.IdGenerators:
Package | Downloads |
---|---|
Funcular.DataProviders
•Provides easy bulk insert, delete and update methods without round trips to the database (New in 0.8.5) •Automatically scans assemblies in your AppDomain for configurable entities •No EDMXs •Sets up a SQL Server context with no configuration but a connection string •Does not require you to manually add entity types to your DbSet •By default, picks up any classes derived from EntityTypeConfiguration •One line of code—a predicate—specifies which Types from your assembly are entities Currently supports SQL Server; eventually will handle MongoDB and other underlying stores. |
|
GRUPESABDECV.Software.Identity
Algoritmos para generación de identificadores de entidades o procesos |
|
LingbugUtils
Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 8,107 | 3/7/2017 |
2.5.0 | 10,209 | 4/13/2016 |
2.0.0 | 2,056 | 3/18/2016 |
1.1.0 | 4,527 | 1/26/2016 |
1.0.0 | 1,310 | 10/15/2015 |
0.9.1 | 2,182 | 8/1/2015 |
0.5.0.2 | 2,639 | 7/13/2015 |
0.5.0.1 | 1,100 | 7/13/2015 |
0.5.0 | 1,209 | 7/13/2015 |
0.0.9 | 1,134 | 7/7/2015 |
0.0.8 | 1,118 | 6/30/2015 |
0.0.7.3 | 1,104 | 6/30/2015 |
0.0.7.2 | 1,094 | 6/30/2015 |
0.0.7.1 | 1,097 | 6/30/2015 |
1.0—Stable release. Hardened duplicate-avoidance tests. Updated ExtensionMethods dependency to 1.0. Updated all assemblies' version numbers to 1.0.
0.9.1—Added performance tests, increased speed by 2x to 3x. Updated Funcular.ExtensionMethods reference to 0.9.1 (better unit test coverage, inlining).