AT.Core
1.1.0.1
C# library methods aimed at reducing common and redundant code. Contains the Argument class for compact parameter validation.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package AT.Core -Version 1.1.0.1
dotnet add package AT.Core --version 1.1.0.1
<PackageReference Include="AT.Core" Version="1.1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AT.Core --version 1.1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Optimization of Argument pattern to allow for N parameters to be passed in for all current validation methods. Also added the Argument.NotNullIsBetween overloads.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AT.Core:
Package | Downloads |
---|---|
AT.Data
Entity framework extensions including the ability to execute IQueryables with multiple result sets, allow ing a user to execute queries with N number of results in a single round trip to the database. Also contains generic classes to allow multiple result set mapping from stored procedures using the same pattern as the IQueryable extensions.
|
GitHub repositories
This package is not used by any popular GitHub repositories.