Sinbadsoft.Lib.Model
0.8.2
dotnet add package Sinbadsoft.Lib.Model --version 0.8.2
NuGet\Install-Package Sinbadsoft.Lib.Model -Version 0.8.2
<PackageReference Include="Sinbadsoft.Lib.Model" Version="0.8.2" />
paket add Sinbadsoft.Lib.Model --version 0.8.2
#r "nuget: Sinbadsoft.Lib.Model, 0.8.2"
// Install Sinbadsoft.Lib.Model as a Cake Addin #addin nuget:?package=Sinbadsoft.Lib.Model&version=0.8.2 // Install Sinbadsoft.Lib.Model as a Cake Tool #tool nuget:?package=Sinbadsoft.Lib.Model&version=0.8.2
Model manipulation library. It provides utility functions for:
(1) Converting objects of any type, dictionaries, data readers and anonymous to expando object;
(2) Slicing objects by specifying either a list of properties to keep or to exclude;
(3) Converting from any type to any type based on property name and using a flexible convertion strategy.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sinbadsoft.Lib.Model:
Package | Downloads |
---|---|
MonkeyOrm.MySql
MonkeyOrm is a small, powerful SQL-based ORM for .NET. Website: http://www.monkeyorm.com . Source code: https://github.com/Sinbadsoft/MonkeyOrm. Some of MonkeyOrm features and design choices: * Doesn’t pollute your code: no base classes to inherit from, no attributes and no xml config. * Easy to adopt, easy to get rid of: No lock-in, it’s just your POCOs and plain old SQL. * Stateless, no caching. * Built-in CRUD: Create, Read, Update, Delete and Create-or-Update (aka Upsert). * Transactions. * Objects slicing on insertion and update with a black list or a white list. * Bulk-fetching. * Data streaming. * Batch insertion, with fine-grained control on number of inserted objects per query. * Blobbing. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.2 | 2,968 | 2/9/2013 |
0.8.1 | 1,743 | 1/21/2013 |
0.8.0 | 1,760 | 1/21/2013 |
0.7.3 | 1,746 | 1/16/2013 |
0.7.2 | 1,899 | 8/17/2012 |
0.7.1 | 1,832 | 8/17/2012 |
0.7.0 | 1,944 | 3/25/2012 |
0.6.0 | 1,789 | 3/11/2012 |
0.5.1 | 1,838 | 2/26/2012 |
0.5.0 | 1,890 | 2/25/2012 |
0.4.0 | 1,817 | 2/21/2012 |
0.3.5 | 1,791 | 2/19/2012 |
0.3.4 | 1,686 | 2/19/2012 |
0.3.3 | 1,752 | 2/4/2012 |
0.3.2 | 1,771 | 2/4/2012 |
0.3.1 | 1,797 | 2/4/2012 |
0.3.0 | 10,118 | 2/4/2012 |
- Added conversion DateTime to/from Long through ToBinary()/FromBinary() methods.