OR-M_DataEntities 1.1.0

dotnet add package OR-M_DataEntities --version 1.1.0
NuGet\Install-Package OR-M_DataEntities -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OR-M_DataEntities" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OR-M_DataEntities --version 1.1.0
#r "nuget: OR-M_DataEntities, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OR-M_DataEntities as a Cake Addin
#addin nuget:?package=OR-M_DataEntities&version=1.1.0

// Install OR-M_DataEntities as a Cake Tool
#tool nuget:?package=OR-M_DataEntities&version=1.1.0

This solution is a micro Object-Relational Mapper aimed at speed. OR-M Data Entities does less "micro managing" of code, which makes the framework much faster. The great thing about OR-M Data Entities are the two different data context's you can use. DbSqlContext is for those familiar with Sql. DbSqlContext is a derivative of Entity Framework, the difference is there are no DbSets to declare. Instead your classes (tables) will perform the direct manipluation .  Also, there is DbEntityContext, which is almost an exact mirror of Entity Framework, just lighter and different inner workings. Simple operations are the same such as saving and deleting.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 104 3/9/2015
1.0.0 68 3/5/2015

1.0 Initial Publish

1.1 Fixed Select *, Added Converting, fixed connection string builder

Coming in 1.2:
ForeignKeyAttribute
Refactored ExpressionQuery
Added more tests to solution
Improved Performance of ExpressionQuery


Questions/Comments:
james.demeuse@gmail.com