DotNetShoutout - Stories tagged with Transactions
5
Shouts

.NET Transactional File Manager

published 1076 days, 15 hours, 48 minutes ago posted by chinhdochinhdo 1078 days, 5 hours, 15 minutes ago
Sunday, June 13, 2010 10:28:14 AM GMT Friday, June 11, 2010 9:01:38 PM GMT
.NET Transactional File Manager (now an open source project on CodePlex) can effectively turn any file system into a transactional file system. Does not require Transaction NTFS (TxF). Supports file copy, move, delete, append, write, etc. Integrated with .NET's TransactionScope. (more)
category: Web Dev | clicked: 0 | comment | | source: transactionalfilemgr.codeplex.com
tags: .NET, C#, Transactions
9
Shouts

Using transactions with LINQ-to-SQL

published 1098 days, 13 hours, 10 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1101 days, 6 hours, 15 minutes ago
Saturday, May 22, 2010 1:07:01 PM GMT Wednesday, May 19, 2010 8:01:39 PM GMT
Today one of my colleague asked that how we can use transactions with the LINQ-to-SQL Classes when we use more then one entities updated at same time. It was a good question. Here are the my answer for that.For ASP.NET 2.0  or higher version have a new class called TransactionScope which can be used to manage transaction with the LINQ. Let’s take a simple scenario we are having a shopping cart application in which we are storing details or particular order placed into the database using LINQ-to-SQL. The... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: SQL, Transactions, ASP.NET
6
Shouts

WCF based client-server version – Part 2 : Tabbles developers' blog

posted by TabblesTabbles 1124 days, 6 hours, 23 minutes ago
Monday, April 26, 2010 7:53:36 PM GMT
We’re missing some of the theory about if and how transactions could be implemented in our WCF-based custom database, the whole story here: http://social.msdn.microsoft.com/Forums/en/wcf/thread/1371d0dd-c65a-491e-a3cf-2fb7b4919961 Thanks to everyone who’s willing to provide any help! (more)
category: Architecture | clicked: 2 | comment | | source: tabbles.net
tags: .NET 3.5 SP1, Database, WCF, Transactions
2
Shouts

Polygot - ACID Transactions with STM.NET

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1232 days, 13 hours, 28 minutes ago
Friday, January 08, 2010 12:48:16 PM GMT
STM.NET allows developers to mark their code with ACID-style transactional semantics, and leaves the grunt work of managing locks to the underlying environment. (more)
category: How To | clicked: 0 | comment | | source: msdn.microsoft.com
tags: MSDN, Transactions, MSDN Magazine