Sinbadsoft.Lib.Model
0.8.2
Install-Package Sinbadsoft.Lib.Model -Version 0.8.2
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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,108 | 2/9/2013 |
0.8.1 | 1,012 | 1/21/2013 |
0.8.0 | 982 | 1/21/2013 |
0.7.3 | 998 | 1/16/2013 |
0.7.2 | 1,240 | 8/17/2012 |
0.7.1 | 1,128 | 8/17/2012 |
0.7.0 | 1,176 | 3/25/2012 |
0.6.0 | 1,065 | 3/11/2012 |
0.5.1 | 1,094 | 2/26/2012 |
0.5.0 | 1,116 | 2/25/2012 |
0.4.0 | 1,064 | 2/21/2012 |
0.3.5 | 1,067 | 2/19/2012 |
0.3.4 | 991 | 2/19/2012 |
0.3.3 | 1,045 | 2/4/2012 |
0.3.2 | 1,016 | 2/4/2012 |
0.3.1 | 1,035 | 2/4/2012 |
0.3.0 | 3,497 | 2/4/2012 |
- Added conversion DateTime to/from Long through ToBinary()/FromBinary() methods.