Bam.Net.Data
1.14.1
See the version list below for details.
dotnet add package Bam.Net.Data --version 1.14.1
NuGet\Install-Package Bam.Net.Data -Version 1.14.1
<PackageReference Include="Bam.Net.Data" Version="1.14.1" />
<PackageVersion Include="Bam.Net.Data" Version="1.14.1" />
<PackageReference Include="Bam.Net.Data" />
paket add Bam.Net.Data --version 1.14.1
#r "nuget: Bam.Net.Data, 1.14.1"
#:package Bam.Net.Data@1.14.1
#addin nuget:?package=Bam.Net.Data&version=1.14.1
#tool nuget:?package=Bam.Net.Data&version=1.14.1
Data access objects and tools for use with the Bam framework
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
-
- Bam.Net (>= 1.14.0)
- Bam.Net.Incubation (>= 1.14.0)
- EcmaScript.Net (>= 1.0.1)
- Microsoft.AspNet.Mvc (>= 5.2.6)
- Microsoft.AspNet.Razor (>= 3.2.6)
- Microsoft.AspNet.WebPages (>= 3.2.6)
- Microsoft.Web.Infrastructure (>= 1.0.0)
- System.Data.SQLite.Core (>= 1.0.99)
- YUICompressor.NET (>= 2.7.0)
NuGet packages (26)
Showing the top 5 NuGet packages that depend on Bam.Net.Data:
| Package | Downloads |
|---|---|
|
Bam.Net.Encryption
Encryption tools built on top of BouncyCastle. Store sensitive information in an encrypted Vault that stores encrypted data in SQLite database files. |
|
|
Bam.Net.ServiceProxy
System for simply and easily exposing pocos as RESTful webservices with automatic generation of both .Net and Javascript clients |
|
|
Bam.Net.Yaml
Yaml extensions for Bam |
|
|
Bam.Net.Messaging
Basic email composer for Bam |
|
|
Bam.Net.Html
Fluent extensions to TagBuilder |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.16.1 | 8,076 | 10/20/2018 |
| 1.16.0 | 7,665 | 9/9/2018 |
| 1.15.1 | 7,792 | 9/9/2018 |
| 1.15.0 | 7,806 | 8/19/2018 |
| 1.14.3 | 7,462 | 7/29/2018 |
| 1.14.2 | 7,412 | 7/26/2018 |
| 1.14.1 | 1,511 | 7/22/2018 |
| 1.14.0 | 11,603 | 7/16/2018 |
| 1.13.0 | 6,898 | 6/10/2018 |
| 1.9.3 | 7,157 | 6/5/2018 |
| 1.9.2 | 6,925 | 5/29/2018 |
| 1.9.1 | 6,646 | 1/25/2018 |
| 1.9.0 | 6,416 | 12/23/2017 |
| 1.8.5 | 6,312 | 11/20/2017 |
| 1.8.4 | 6,009 | 11/20/2017 |
| 1.8.3 | 6,128 | 11/1/2017 |
| 1.8.2 | 5,856 | 10/18/2017 |
| 1.8.1 | 6,257 | 9/28/2017 |
| 1.8.0 | 6,255 | 8/8/2017 |
| 1.7.2 | 6,357 | 7/15/2017 |
Version 1.14.0
Updates since v1.13.0:
- check if id is a number (655bf82e)
- check for null parent in XrefDaoCollection ctor (d359e19e)
- fix getdbdatatype implementation to account for null (d13433c2)
- refactor and improvedattype handling (4666229a)
- track primary key as object to allow for it to be a type other than int or long (67c49ccc)
- extract datatype translator interface for reuse in dao.cs (b04e7c23)
- add Dao.Column<T> back as alias to Dao.ColumnValue<T> (be22e029)
- update Dao.UniquFilterProvider to take itself (e8a35b49)
- fix daoref references (3abb4f27)
- minor updates (b3265c04)