Devart
Name: Devart
Score: 60
Last Seen: 37 days, 4 hours, 13 minutes ago
Member Since: 11 August, 2009
DotNetShoutout
atom rss
2
shouts

Entity Framework Canonical Functions

posted by DevartDevart 37 days, 4 hours, 24 minutes ago
Wednesday, February 10, 2010 1:18:28 PM GMT
This article can be useful for programmers who want to develop a cross-database applications and use the canonical functions. Entity Framework Canonical Functions are a set of functions, which are supported by all Entity Framework providers. These canonical functions will be translated to the corresponding data source functionality for the provider. (more)
category: Architecture | clicked: 18 | comment | | source: www.devart.com
tags: Database, Entity Framework
3
shouts

dotConnect Team’s Blog » Blog Archive » PostGIS and Entity Framework

published 37 days, 7 hours, 13 minutes ago posted by DevartDevart 38 days, 2 hours, 18 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 3:25:02 PM GMT
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 PostgreSQL that gives one an opportunity to work with geographic objects. To create and use such models we will: use a .NET wrapper for PostGIS (SharpMap) build a new Entity C# code generation template in order to enable geometry types support write some code dealing with change tracking (more)
category: Architecture | clicked: 31 | comment | | source: www.devart.com
tags: Database, Entity Framework
6
shouts

Working with transactions in Entity Framework and LINQ to SQL

published 37 days, 7 hours, 13 minutes ago posted by DevartDevart 38 days, 3 hours, 45 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 1:57:48 PM GMT
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 code listings illustrating different aspects of the transactional model. A transaction is a series of operations performed as a single unit of work. Entity Framework transactions are a part of its internal architecture. The SaveChanges method operates within a transaction and saves results of the work. It is designed to ensure data integrity. (more)
category: Architecture | clicked: 61 | comment | | source: www.devart.com
tags: Database, Entity Framework, Linq
8
shouts

Migration from OracleClient to Devart dotConnect for Oracle in Two Steps

published 191 days, 11 hours, 28 minutes ago posted by DevartDevart 192 days, 11 hours, 48 minutes ago
Wednesday, September 09, 2009 6:15:01 AM GMT Tuesday, September 08, 2009 5:55:13 AM GMT
According to this post in the ADO .NET team blog, Microsoft deprecates OracleClient as a part of ADO.NET roadmap. Microsoft strongly recommends customers to use third-party ADO.NET providers for Oracle instead of continuing to use Microsoft's OracleClient for new application development. Devart offers dotConnect for Oracle - fast and reliable ADO.NET provider for the wide range of users. Our ADO.NET provider is the most compatible with OracleClient provider, and it provides the easiest migration ... (more)
category: SQL | clicked: 25 | comment | | source: www.devart.com
tags: ADO.NET, Oracle, OracleClient