Telerik.DataAccess.Core 2015.1.225.1

dotnet add package Telerik.DataAccess.Core --version 2015.1.225.1
NuGet\Install-Package Telerik.DataAccess.Core -Version 2015.1.225.1
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="Telerik.DataAccess.Core" Version="2015.1.225.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Telerik.DataAccess.Core --version 2015.1.225.1
#r "nuget: Telerik.DataAccess.Core, 2015.1.225.1"
#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 Telerik.DataAccess.Core as a Cake Addin
#addin nuget:?package=Telerik.DataAccess.Core&version=2015.1.225.1

// Install Telerik.DataAccess.Core as a Cake Tool
#tool nuget:?package=Telerik.DataAccess.Core&version=2015.1.225.1

The Telerik.DataAccess.Core NuGet package provides the Telerik Data Access runtime assemblies necessary to consume Telerik Data Access persistent objects, without defining any mapping.

If this project contains persistent classes and defines mapping, the Telerik.DataAccess.Fluent NuGet package is required as well.

Telerik Data Access helps defining mapping and executing create, retrieve, update and delete operations for your data access classes and database tables. It allows you to consume stored procedures and functions.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  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. 
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 (2)

Showing the top 2 popular GitHub repositories that depend on Telerik.DataAccess.Core:

Repository Stars
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
KalikoCMS/KalikoCMS.Core
Open source content management system (CMS) for the ASP.NET platform.
Version Downloads Last updated
2015.1.225.1 2,257 2/25/2015
2014.3.1209.1 1,810 12/15/2014
2014.3.1027.1 1,011 10/27/2014
2014.2.918.1 1,576 9/24/2014
2014.2.711.1 1,398 7/21/2014
2014.2.617.2 362 6/18/2014
2014.1.403.2 544 4/9/2014
2014.1.225.3 72 3/12/2014
2014.1.225.2 146 2/26/2014
2013.3.1320.1 166 1/28/2014

New
- Artificial runtime-generated assemblies can be reused - Added the ability to reuse existing runtime-generated artificial assemblies when the defined artificial types are the same. This feature will result in less redundant assemblies that are generated on the disk and should improve the performance of scenarios involving multiple artificial data models.
- Introduced option to enable/disable saving artificial assemblies on the disk - You can use RuntimeConfiguration.WriteArtificialTypesToDisk to control whether any runtime-created assemblies will be written to the disk or kept just in memory.

Fixed
- Removed potential unhandled NullReferenceException - In certain LINQ queries involving usage of EXISTS and temporary tables there was a scenario that would cause NullReferenceException.
- Wrong detection of GetObjectByKey when using LINQ query with filter by the primary key and a boolean flag - Queries like context.Orders.Single(o => o.OrderId == id && o.IsActive) previously would result in incorrect behavior because the boolean filter was ignored.

NOTE: These Release Notes include only the runtime changes in the particular Telerik Data Access release. For the full list of changes please refer to the Telerik web site ( http://www.telerik.com/support/whats-new/data-access/release-history ).