StandardInterfaces 3.1.0
Install-Package StandardInterfaces -Version 3.1.0
dotnet add package StandardInterfaces --version 3.1.0
<PackageReference Include="StandardInterfaces" Version="3.1.0" />
paket add StandardInterfaces --version 3.1.0
#r "nuget: StandardInterfaces, 3.1.0"
// Install StandardInterfaces as a Cake Addin
#addin nuget:?package=StandardInterfaces&version=3.1.0
// Install StandardInterfaces as a Cake Tool
#tool nuget:?package=StandardInterfaces&version=3.1.0
Your everyday interfaces: IUnitOfWork, IRepository<T>, IFactory<T>, IValidatable, IValueEquatable<T>, IConverter<TIn,TOut>, IFormatter<T>. Nothing more, nothing less. .NET Standard 2.0, MIT
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on StandardInterfaces:
Package | Downloads |
---|---|
OnTheFlyStats
Do you find yourself adding numbers to the collection and recalculating mean each time? This package is intended to solve the issue. The statistics are always ready and calculating mean for next element does not require iterating over whole collection. On-the-fly calculation of mean, variance, standard deviation, ZScore, sum, min, max and more supported. Create Confusion Matrixes using ReceiverOperatorCharacteristic class, that will calculate Accuracy etc. on the fly. |
|
Extensions.Standard
Lightweight extensions methods (and constants) for common programming tasks: Suffixes (AsMemory, AsTime), Interpolate, Partition, Shuffle (O(n)), Softmax, InnerProduct, IsPrime, ManhattanDistance, EuclideanDistance, InClosedRange, MeanSquaredError, EqualsWithTolerance, HsVtoArgb, Scale, Fit and many more. |
|
Stocks.Data.Infrastructure
Infrastracture for persistance of stock quotes in daily format (open, high, low, close) and import from CSV files in .NET Standard 2.1 |
|
Stocks.Data.Ef
Persistance layer for stocks using Entity Framework Core. .NET Standard 2.0 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Add SaveChanges method declaration to IRepository