Telerik.DataAccess.Fluent 2014.3.1209.1

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

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

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.

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
2015.1.225.1 1,491 2/25/2015
2014.3.1209.1 1,198 12/15/2014
2014.3.1027.1 562 10/27/2014
2014.2.918.1 834 9/24/2014
2014.2.711.1 833 7/21/2014
2014.2.617.2 170 6/18/2014
2014.1.403.2 393 4/9/2014
2014.1.225.3 52 3/12/2014
2014.1.225.2 103 2/26/2014
2013.3.1320.1 140 1/28/2014

Fixed
- Sporadic Level two cache test message failures - In certain scenarios the first test message for a properly configured MSMQ cache cluster used to fail and lead to broken Level Two cache synchronization
- Empty transactions will no longer cause unnecessary Level Two Cache eviction messages to be fired - Telerik Data Access will no longer send hollow evict messages when they can be ignored and thus allow better performance of the Cache Cluster

Changed
- Indexes over columns that cannot be indexed due to excessive column length are no longer created automatically - Telerik Data Access will no longer try to create unusable indexes over columns that exceed the maximum allowed index key length.
- Foreign Key constraint names are now unique - Implemented handling of Foreign Key constraint names to guarantee uniqueness even when the names of related tables are long and automatically shortened
- Optimized time required to merge two MetadataSources using AggregateMetadataSource - AggregateMetadataSource creation over large models now executes between 2 and 5 times faster.

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 ).