HighTechTalks DotNet Forums  

Entity Framework and ACID-ic transactions

Dotnet Framework (ADO.net) microsoft.public.dotnet.framework.adonet


Discuss Entity Framework and ACID-ic transactions in the Dotnet Framework (ADO.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Geoff
 
Posts: n/a

Default Entity Framework and ACID-ic transactions - 01-13-2010 , 03:10 PM






I'm learning about Entity Framework (both 3.5 and beta 4.0) but cannot seem
to find anything on the web explaining how to manage ACID-ic properties and
isolation levels (i.e. repeatable reads, etc) when working with the new
technology from MS.

My assumption is there is tuning available via attribute level programming,
but thus far my web queries have found nothing.

Can anyone guide me to some useful links?

chers

Reply With Quote
  #2  
Old   
Jesse Houwing
 
Posts: n/a

Default Re: Entity Framework and ACID-ic transactions - 01-13-2010 , 04:18 PM






* Geoff wrote, On 13-1-2010 22:10:
Quote:
I'm learning about Entity Framework (both 3.5 and beta 4.0) but cannot seem
to find anything on the web explaining how to manage ACID-ic properties and
isolation levels (i.e. repeatable reads, etc) when working with the new
technology from MS.

My assumption is there is tuning available via attribute level programming,
but thus far my web queries have found nothing.

Can anyone guide me to some useful links?

chers
You can use System.Transactions.TransactionScope and/or
System.Transactions.Transaction to manage the isolationlevel for
updates/inserts etc.

Is that what you're after?
--
Jesse Houwing
jesse.houwing at sogeti.nl

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.