Telerik Data Access Q3 2015 (2015.3.926.1) Retail » Developer.Team

Telerik Data Access Q3 2015 (2015.3.926.1) Retail

Telerik Data Access Q3 2015 (2015.3.926.1) Retail
Telerik Data Access Q3 2015 (2015.3.926.1) Retail | 28 Mb


Database-first mapping is the process of creating a set of objects and .NET classes to be used in your application from an already existing database. This approach is also known as Schema-First and Reverse Mapping. Data Access recognizes the data model, the data types and any additional information like keys and stored procedures, and then generates the object model and related C# or VB.NET code. The process is transparent and you have complete control over the created mapping by using the Create Model Wizard.

Model-First (Forward) Mapping
Model-First Mapping (also known as Forward mapping) takes your existing object model and creates an optimized database schema. In Telerik Data Access, this process is handled by the Update Database from Model wizard. It can generate your database and maintain its schema for you so that you will not have to do anything during the design phase.



Round-Trip (Mixed Mode) Mapping
The unique capability called Round-trip Mapping means you don't have to choose in advance whether to forward- or reverse-map your project. With the help of Telerik Data Access Visual Designer in Visual Studio, you employ both approaches.

Code Only Mapping (Fluent API)
If you view code as your model, preferring to write code instead of using visual assistance tools, Telerik Data Access provides Fluent Mapping API that assists you in setting-up your classes for use with Data Access. There is no need to touch a designer or work with the XML mappings.The completely automated, initial Fluent Mapping code generation is done by Data Access. The Data Access Fluent API covers 100 percent of the the functionality of the mapper, and is efficiently used by Telerik Sitefinity CMS. If required, your model can be visually adjusted in the Visual Mapping Designer.

Mapping Stored Procedures and Functions
Data Access allows you to create new or reuse existing Stored Procedures and follow the widely adopted pattern of DB logic encapsulation inside the database. Under higher security requirements, the stored procedures can be used for all insert, read, update and delete operations to inject additional checks in the database server. A Stored Procedures Editor simplifies the set-up and use of stored procedures.


Data Access Q3 2015

September 29, 2015
Telerik Data Access Q3 2015 (2015.3.926.1)
New

Visual Studio 2015 support - You can use our NuGet packages and code mapping in Visual Studio 2015.
New NuGet package: Telerik.DataAccess.Ria.Extensions - You can use Telerik.DataAccess.Ria.Extensions NuGet package to expose your data model through RIA Services.
New NuGet package: Telerik.DataAccess.Web35 - This package contains Telerik.OpenAccess.Web.dll targeted for .Net 2.0/3.5 projects

Fixed

Unhandled NullReferenceException during build - Fluent mappings using mappingConfiguration.MapType(x => new { }) expression will no longer break the build when using Roslyn compiler.
Handling of persistent structs - Telerik Data Access Enhancer will not handle properly persistent structs when using Roslyn compiler
Enum values in LINQ - fixed translation of Expression trees involving Enum values when using Roslyn compiler
BinaryStream and synchronized OpenAccessContext - fixed ArgumentNullException that was thrown when accessing BinaryStream persistent properties via thread synchronized context intances
Compatibility issues with Microsoft SQL Server SP2 KB3072100 update - Improved version detection for Microsoft SQL Server product family to be compatible with Cumulative Update for SQL Server 2012 SP 2 KB3072100 (https://support.microsoft.com/en-us/kb/3072100)


[/b]

[b] Only for V.I.P
Warning! You are not allowed to view this text.
SiteLock