Telerik.DataAccess.Core
2016.1.224.1
Prefix Reserved
See the version list below for details.
Install-Package Telerik.DataAccess.Core -Version 2016.1.224.1
dotnet add package Telerik.DataAccess.Core --version 2016.1.224.1
<PackageReference Include="Telerik.DataAccess.Core" Version="2016.1.224.1" />
paket add Telerik.DataAccess.Core --version 2016.1.224.1
#r "nuget: Telerik.DataAccess.Core, 2016.1.224.1"
// Install Telerik.DataAccess.Core as a Cake Addin
#addin nuget:?package=Telerik.DataAccess.Core&version=2016.1.224.1
// Install Telerik.DataAccess.Core as a Cake Tool
#tool nuget:?package=Telerik.DataAccess.Core&version=2016.1.224.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 | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (28)
Showing the top 5 NuGet packages that depend on Telerik.DataAccess.Core:
Package | Downloads |
---|---|
Telerik.DataAccess.Fluent
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. |
|
KalikoCMS.Core
Kaliko CMS is an open-source content management system. Package contains the core files for Kaliko CMS. Please also make sure that you install a page provider (either KalikoCMS.WebForms or KalikoCMS.Mvc) and a data provider of your choice (KalikoCMS.Data.*). You'll find information on how to get started over at: http://kaliko.com/cms/get-started/ |
|
Telerik.DataAccess.Web35
This package contains Telerik.OpenAccess.Web.dll targeted for .Net 2.0/3.5 projects |
|
Telerik.DataAccess.Web
This package contains Telerik.OpenAccess.Web.40.dll targeted for .Net 4.0 or later projects |
|
KalikoCMS.Identity
Package contains the ASP.NET Identity provider for Kaliko CMS - an open-source content management system. Provides database independent authentication for your Kaliko CMS project. You'll find information on how to get started over at: http://kaliko.com/cms/get-started/ |
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 | |
---|---|---|---|
2018.0.1127.1 | 173,351 | 12/19/2018 | |
2018.0.911.1 | 19,909 | 9/20/2018 | |
2016.2.822.1 | 222,272 | 9/29/2016 | |
2016.1.224.1 | 45,381 | 3/21/2016 | |
2015.3.1221.1 | 42,263 | 12/23/2015 | |
2015.3.926.1 | 37,251 | 9/30/2015 | |
2015.2.624.2 | 16,352 | 9/18/2015 | |
2015.2.624.1 | 35,356 | 6/24/2015 | |
2015.1.225.2 | 7,460 | 9/18/2015 | |
2015.1.225.1 | 48,683 | 2/25/2015 | |
2014.3.1209.2 | 1,325 | 9/18/2015 | |
2014.3.1209.1 | 4,669 | 12/15/2014 | |
2014.3.1027.1 | 5,737 | 10/27/2014 | |
2014.2.918.1 | 7,420 | 9/24/2014 | |
2014.2.711.1 | 15,382 | 7/21/2014 | |
2014.2.617.2 | 4,139 | 6/18/2014 | |
2014.1.403.2 | 3,773 | 4/9/2014 | |
2014.1.225.3 | 1,746 | 3/12/2014 | |
2014.1.225.2 | 2,117 | 2/26/2014 | |
2013.3.1320.1 | 4,462 | 1/28/2014 |
New
- Added new Enhancer option (EnhancerDoNotCheckVersionOfReferencedAssemblies = [bool]) to control whether Telerik Data Access Enhancer will check versions of assemblies referenced in the assembly to be enhanced. In case multiple versions of the same assembly is referenced (directly or indirectly) the first loaded one will be used. By default this flag is set to false, which represents the original behavior.
Changed
- Updated PostgreSQL driver version from 2.0.13.91 to 2.2.7.0 (https://github.com/npgsql/npgsql/releases/tag/v2.2.7)
- Improvements for MSMQ empty LocalPath naming to include Process ID and ApplicationDomain ID