Telerik.DataAccess.Fluent 2015.1.225.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Telerik.DataAccess.Fluent --version 2015.1.225.2
NuGet\Install-Package Telerik.DataAccess.Fluent -Version 2015.1.225.2
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.Fluent" Version="2015.1.225.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Telerik.DataAccess.Fluent --version 2015.1.225.2
#r "nuget: Telerik.DataAccess.Fluent, 2015.1.225.2"
#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.Fluent as a Cake Addin
#addin nuget:?package=Telerik.DataAccess.Fluent&version=2015.1.225.2

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

The Telerik.DataAccess.Fluent NuGet package is designed for projects containing classes that are stored using Telerik Data Access. It can be utilized for defining your data access model using the code-only Fluent Mapping.

It provides the assembly references and project enhancements made by the Telerik Data Access Enhancer tool during the build process, required by Telerik Data Access runtime.

If you need a NuGet package for a project only consuming Telerik Data Access model from another assembly, the Telerik.DataAccess.Core NuGet package which contains the Telerik Data Access runtime assemblies necessary to work with Telerik Data Access persistent objects is sufficient and can be used instead.

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Telerik.DataAccess.Fluent:

Package Downloads
OpenAccess.CodeFirst

This NuGet Package is deprecated since the product has been renamed to Telerik Data Access. Please use Telerik.DataAccess.Fluent instead.

Telerik.DataAccess.Fluent.Sample The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This sample demonstrates the use of the Telerik DataAccess Code First (also known as Fluent Mapping) support.

GitHub repositories (2)

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

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
2018.0.1127.1 136,972 12/19/2018
2018.0.911.1 12,681 9/20/2018
2016.2.822.1 197,606 9/29/2016
2016.1.224.1 39,139 3/21/2016
2015.3.1221.1 45,729 12/23/2015
2015.3.926.1 24,397 9/30/2015
2015.2.624.2 20,643 9/18/2015
2015.2.624.1 18,183 6/24/2015
2015.1.225.2 5,393 9/18/2015
2015.1.225.1 30,540 2/25/2015
2014.3.1209.2 3,924 9/18/2015
2014.3.1209.1 5,985 12/15/2014
2014.3.1027.1 5,907 10/27/2014
2014.2.918.1 5,876 9/24/2014
2014.2.711.1 11,778 7/21/2014
2014.2.617.2 3,906 6/18/2014
2014.1.403.2 5,792 4/9/2014
2014.1.225.3 4,595 3/12/2014
2014.1.225.2 4,792 2/26/2014
2013.3.1320.1 20,844 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 ).