Nemiro.Data 2.11.4.126

dotnet add package Nemiro.Data --version 2.11.4.126
                    
NuGet\Install-Package Nemiro.Data -Version 2.11.4.126
                    
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="Nemiro.Data" Version="2.11.4.126" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nemiro.Data" Version="2.11.4.126" />
                    
Directory.Packages.props
<PackageReference Include="Nemiro.Data" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nemiro.Data --version 2.11.4.126
                    
#r "nuget: Nemiro.Data, 2.11.4.126"
                    
#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.
#:package Nemiro.Data@2.11.4.126
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nemiro.Data&version=2.11.4.126
                    
Install as a Cake Addin
#tool nuget:?package=Nemiro.Data&version=2.11.4.126
                    
Install as a Cake Tool

Nemiro.Data.dll library is designed to work with databases Microsoft SQL Server.

The library contains helper classes for working with data.
Implements an object-oriented data access (Object-Relational Mapping, ORM).
And also implements caching data.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  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
2.11.4.126 146 3/30/2014

March 30th, 2014

The new version fixes some bugs.
Improved performance and increased stability of the file cache.
Fixed minor bugs in the ORM class and SqlClient.
Fixed typos in the documentation. Documentation translated into English.

Additions

* In the <CacheCleanupResult> class added <TimeElapsed> property,
 which contains execution time of cleanup cache.

* In the file cache added <BufferAccessTimeout> property, which allows you to control the buffer timeout.

* Added  possibility of transmitting custom CacheBinder from the classes: <SqlClient> and <BaseObject>.

Changes

* In the <CacheInfo> class names of most properties was lost a <Cache> prefix.

* Improved search of cache object in the <CacheCollection>.

* Improved memory buffer in the file cache.

Fixes

* Fixed a bug that occurred when calling <PreviousPage> and <NextPage> methods of the <DataObjectCollection> class.

* Fixed bug with incorrect parse a connection string when the specified physical path to a database file.

* Fixed a bug that could occur when you initialize an instance of the <SqlClient> class, if the <CachePath> parameter set <null> (Nothing) value.

* Fixed bug with a SQL-statements building in the <CreateTable> method of the <BaseObject> class.

* In the <GetList> method of the <BaseObject> class fixed a bug that could occur when requesting all data, without pagination.