When developers start working on any applications (for both web or desktop versions), they spend a long time worrying about the backend database, its...
The new version of dotConnect for PostgreSQL offers support for load balancing. It allows specifying multiple hosts with their ports in the Host parameter...
The new releases of dotConnect ADO.NET providers for Oracle, MySQL, PostgreSQL, and SQLite support Spatial data in Entity Framework Core 3.
Entity Framework Core 3...
Recent versions of MySQL and PostgreSQL databases provide JSON functionality support. They introduced special data types, storing JSON data - json data type in...
Entity Framework Core 1, formerly known as Entity Framework 7 (hereafter also called EF Core or EF7), is supported in Devart ADO.NET provider product...
A high level abstraction provided by Entity Framework sometimes challenges developers in accessing a full set of features available via native SQL of a...
This article explains how the support of Entity Framework Model-Defined Functions is implemented in Entity Developer ORM Designer and illustrates creating such methods on...
Entity Framework v5 and v6 support spatial data types. They are represented as two DbGeometry and DbGeography data types from System.Data.Entity.dll in .NET Framework...
Article was updated on December 5th, 2013
Entity Framework 6 Alpha 2 support is implemented in Devart ADO.NET providers: dotConnect for Oracle, dotConnect for MySQL,...
Note
The information in this article is partially outdated. For the newer information see the Enhanced Entity Framework Spatials support for Oracle, MySQL and PostgreSQL...
Introduction
PostgreSQL database supports an advanced functionality of full-text search (FTS) and full-text indexing described comprehensively in the documentation:
Full-Text Search
We decided to meet the...
Introduction
SQLite database supports an advanced functionality of full-text search (FTS) and full-text indexing described comprehensively in the SQLite documentation: SQLite FTS3 and FTS4 Extensions.
We...
Introduction
MySQL database supports an advanced functionality of full-text search (FTS) and full-text indexing described comprehensively in the documentation:
Full-Text Search Functions (MySQL 5.5 stable...
Introduction
Oracle database supports an advanced functionality of full-text search (FTS) called Oracle Text, which is described comprehensively in the documentation:
Oracle® Text Application Developer's...
ADO.NET EF providers Devart dotConnect for Oracle, dotConnect for MySQL, dotConnect for PostgreSQL, and dotConnect for SQLite implement support for Entity Framework 4.3 Beta...
With each new version of our Devart dotConnect for Oracle ADO.NET Entity Framework provider we pay special attention to improving its performance and configurability....
This article deals with the following:
StoreGeneratedPattern
Identity
Computed
DefaultValue
InsertNullBehaviour
Example
Conclusion
StoreGeneratedPattern
Entity Framework contains an excellent functionality of server-generated columns of the entity...
If a developer needs to introduce certain changes or adjust the behavior of Microsoft's POCO or Self-Tracking templates of the EntityFramework model or to...
Released soon after Entity Framework 4.1, EF Power Tools CTP1 is intended to provide design-time support for the development that involves the use of...
Note: To use the template "DbContext", Entity Framework 4.1 and Entity Framework 4.0 must be installed on your computer.
April 2011 saw the release of...
Go to devart.uservoice.com and share your ideas about Entity Framework support in dotConnect data providers. There you may vote for features that are already...
Introduction
Collection with unique elements
Two and more collections with the repeated elements
Optimization of the query without obvious collection
Oracle-specific SQL
The...
This article continues series of publications about non-trivial Entity Framework situations encountered by our users.
We consider the following questions in this article:
Why Oracle...
In this article we continue series of publications about non-trivial situations encountered by our users. Some of these situations are the restrictions of the...
This article will open a series of publications about non-trivial situations encountered by our users. Some of these situations are the restrictions of the...
Introducing
Enumeration support in databases
Enumerations support in LINQ to SQL
Case management
Entity Developer
User interface for enumerations
Creating enumerations
Naming rules
...
Entity Framework 4 RC allows you to create and drop databases in run-time using SSDL for DDL generation. Now ObjectContext has CreateDatabase(), DropDatabase(), and...
We have supported new functionality of Entity Framework 4 including Entity Framework v4 Release Candidate for dotConnect for Oracle, dotConnect for MySQL, dotConnect for...
Our active user, Simon Kingaby, in his own blog has described experience of the web-based enterprise applications development by help of the following technologies:...
Article was updated on 3/4/2010
This article can be useful for programmers who want to develop cross-database applications and use the canonical functions.
Entity Framework Canonical...
Introduction
In this article we consider how to build Entity Framework models using PostGIS objects in Entity Developer. PostGIS is a popular spatial extension for...
Entity Framework
In this article we consider a short description of the Entity Framework and LINQ to SQL transactional models. There are also some simple...