GenericLibsBase 1.0.1
dotnet add package GenericLibsBase --version 1.0.1
NuGet\Install-Package GenericLibsBase -Version 1.0.1
<PackageReference Include="GenericLibsBase" Version="1.0.1" />
paket add GenericLibsBase --version 1.0.1
#r "nuget: GenericLibsBase, 1.0.1"
// Install GenericLibsBase as a Cake Addin #addin nuget:?package=GenericLibsBase&version=1.0.1 // Install GenericLibsBase as a Cake Tool #tool nuget:?package=GenericLibsBase&version=1.0.1
GenericLibsBase is a very small .NET class library holds common items used by GenericServices and other GenericXXX libraries.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on GenericLibsBase:
Package | Downloads |
---|---|
GenericServices
Generic Services is a .NET class library to help build a service layer, i.e. a layer that acts as a facard/adapter between your data layers containing an Entity Framework database and your User Interface or HTTP service. |
|
EfSchemaCompare.EF6
EfSchemaCompare.EF6 allows you to compare Entity Framework's database modal with an actual SQL database. Useful if you are managing the database and its migrations yourself and want to ensure that the SQL is in step with EF. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on GenericLibsBase:
Repository | Stars |
---|---|
JonPSmith/GenericServices
GenericServices helps with building a service/application layer in a .NET based application using EF6.x
|
Added HasErrors, Combine() and GetAllErrors() to SuccessOrErrors/SuccessOrErrors.Generic to make working with nested methods returning a status easier to work with.