LINQ

Entity Framework: Tips and Tricks, part 4

Friday, February 4th, 2011

We continue post series about Entity Framework usage. We consider the following questions in this article:

(more…)

Using Oracle and MS SQL Server in Entity Framework applications simultaneously

Thursday, January 13th, 2011

Some of our users that are working with Entity Framework need to combine Oracle and Microsoft SQL Server in one application. Entity Framework is a powerful ORM with cross-database possibilities, so there is nothing extraordinary in this task.

However, there is a set of pitfalls and difficulties that are not obvious at first glance.

One of our users, Paul Reynolds, has made a series of posts based on his experience for multiple database support in EF:

Preparing for Multiple Databases
Database Caveats
SSDL Adjustments
Database Agnostic LINQ to Entities

Entity Framework: Tips and Tricks, part 3

Tuesday, October 19th, 2010

This article continues series of publications about non-trivial Entity Framework situations encountered by our users.

We consider the following questions in this article:

(more…)

LinqConnect and ORMBattle.NET

Friday, August 13th, 2010

ORMBattle.NET has recently updated their results of testing various .NET Framework ORMs and added LinqConnect to their lists. LinqConnect demonstrates one of the best results it their tests.

ORMBattle.NET is an open-source project for ORM comparison, supported by a development team from X-tensive.com. This project contains a set of tests for feature-oriented comparison, but it is more focused on the performance tests (CRUD operation performance, object materialization, etc.).

LinqConnect development team agrees with most of the tests. The results on the whole are reliable enough to consider them when choosing ORM framework.

We already are studying the situations where LinqConnect showed bad results and working on performance improvement.

Entity Framework Tips and Tricks, Part 2

Friday, July 30th, 2010

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 used platforms, and some simply require a nonstandard approach to solving the problem.

We consider the following questions in this article:

(more…)

Entity Framework Tips and Tricks, Part 1

Friday, July 9th, 2010

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 used platforms, and some simply require a nonstandard approach to solving the problem.

Our first post consists of the following users’ questions concerning Entity Framework:

(more…)


dotConnect Team Blog