Metadata >> NuGet >> VirtualObjects >> 1.3.1

1.3.1

Metadata

Authors Sérgio aka AlienEnginner
Copyrights Copyright (c) 2014 AlienEngineer
Description Easy and Fast ORM Framework
IconUrl https://raw2.github.com/AlienEngineer/VirtualObjects/master/ico/1391724652_40096.ico
LicenseUrl https://raw2.github.com/AlienEngineer/VirtualObjects/master/LICENSE
Owners Sérgio aka AlienEnginner
ProjectUrl http://alienengineer.github.io/VirtualObjects/
ReleaseNotes Version 1.3.1 * Fix: Runtime Generated assemblies use the fullname to avoid collisions. * Fix: Values need to be set to null when injected into db. * Fix: Issue #17 (Count with boolean field and other predicates miss a ')'). * Fix: Issue #18 (When loading a collection field it should use the matching key fields to filter the collection.) * Improvement: Scaffold business lets you choose the target folder. Version 1.3.0 * MARS (Multiple Active Result Sets) support. * IOC configurations handcoded. Removed Ninject overhead. * Feature: All queries are now lazy loaded. .ToList() is required to obter data immediately. * Fix: Connections were not properly closed sometimes. * Fix: Scaffold Models remake using powershell only. Reason: sometimes wasn't possible to load assemblies needed. * Improvement: Scaffold Models its a bit faster now. Version 1.1.2 * Fix: Scaffold Models invalid path error. Version 1.1.1 * Package update to the latest versions. Version 1.1.0 * Fix: In some cases the keep alive was not enabling the rollback. * Improvement: Dynamic generated assemblies are cached using the base assembly version. * Improvement: Dynamic generated assemblies are cached near execution. * Scaffold Fix: Limit the number of recursive tries to find the VirtualObjects package folder. Version 1.1.0-rc * Mapping performance improved. * Lazy load of related fields, and related collection improved. * Improved Bind of Related fields. * Small bug fixes. Version 1.0.7-Beta: * Improved Scaffolders. * Feature: Enable computed columns to be read. * Linq Support: Count, Max, Min, Avg, Sum, etc. after group and joins. * Linq Support: Use key member on projection. * Linq Support: Join and Group. * Linq Support: Group by multiple fields. Version 1.0.6-Beta: * Small bug fixes. * Nuget package changes. Version 1.0.2-Beta: * Fixed: ForeignKeys were not fully mapped. * Feature: Enable fields to be ignored. * Added Scaffolder Models. * Added Scaffolder Repository. * Added Scaffolder Business. * Added Scaffolder Config. Version 1.0.1-Beta: * Multiple bug fixes. * Improved support for Linq with Unions and Dates.
RequireLicenseAcceptance True
Tags ORM VirtualObjects DataBase Repository VODB ObjectRelationalMapping
Dependencies fasterflect:2.1.3|T4Scaffolding.Core:1.0.0
PackageSize 474636
PackageHashAlgorithm SHA512
PackageHash tz3qFGsWczJvO8OYby41OihR0yMXwUIHFgMZ3uI5sBSE2oJFVI7U8SKQbng5L3Za65HPSnq+k7SssroEkCLdjQ==
DownloadCount 000000
CreatedDate 2014-05-06T13:49:02

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install VirtualObjects -Version 1.3.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install VirtualObjects -Version 1.3.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete VirtualObjects 1.3.1 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package VirtualObjects -Version 1.3.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package VirtualObjects -Version 1.3.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap VirtualObjects -Version 1.3.1
Uninstalling the package:
o remove-wrap VirtualObjects

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries