bict-SibaCore
0.0.5-alpha2
See the version list below for details.
dotnet add package bict-SibaCore --version 0.0.5-alpha2
NuGet\Install-Package bict-SibaCore -Version 0.0.5-alpha2
<PackageReference Include="bict-SibaCore" Version="0.0.5-alpha2" />
paket add bict-SibaCore --version 0.0.5-alpha2
#r "nuget: bict-SibaCore, 0.0.5-alpha2"
// Install bict-SibaCore as a Cake Addin #addin nuget:?package=bict-SibaCore&version=0.0.5-alpha2&prerelease // Install bict-SibaCore as a Cake Tool #tool nuget:?package=bict-SibaCore&version=0.0.5-alpha2&prerelease
SibaCore is a multipurpose framework built for the perculiar needs of BIC Technologies and seeks to make working with a data layer as easy as possible.
With the help of our custom built generic repository, all CRUD functionalities are abtracted away from the programmer to reduce repetitive code. SibaCore also supports
generic API's which intergrate with our custom generic repositories to provide a bare bone API taking away the need for the programmer to specify CRUD API end points; this allows
you to focus on other important API end points for your application. SibaCore also includes utility methods which simplify tasks such as reading and writing data in excel
peforming deep and shallow mapping between objects of any types and many more.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- CompareNETObjects (>= 4.57.0)
- EntityFramework (>= 6.2.0)
- GemBox.Spreadsheet (>= 41.3.30.1173)
- Microsoft.AspNet.Cors (>= 5.2.6)
- Microsoft.AspNet.WebApi.Client (>= 5.2.6)
- Microsoft.AspNet.WebApi.Core (>= 5.2.6)
- Microsoft.Owin (>= 4.0.0)
- Newtonsoft.Json (>= 11.0.1)
- Owin (>= 1.0.0)
- System.ValueTuple (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 1,440 | 9/19/2019 |
1.0.1 | 1,238 | 9/19/2019 |
1.0.0 | 1,268 | 2/24/2019 |
0.0.7-alpha2 | 1,192 | 10/29/2018 |
0.0.6-alpha2 | 1,186 | 10/25/2018 |
0.0.5-alpha2 | 1,206 | 10/25/2018 |
0.0.4-alpha2 | 1,246 | 10/19/2018 |
0.0.3-alpha2 | 1,243 | 10/13/2018 |
0.0.2-alpha2 | 1,220 | 10/11/2018 |
0.0.1-alpha2 | 1,328 | 10/11/2018 |
0.0.1-alpha | 1,194 | 10/10/2018 |
1. bug fix for RepositoryBase.ChildCollectionSave method