I\'m pulling records out of a database, publishing their contents to a transactional MSMQ Queue, then updating the row to indicate that it has been published. The Enqueing-and-Updating is happening wi
I\'m attempting to set up an environment in which a TransactionScope originating on a web server (asp.net) will flow a transaction through WCF to an application server and subsequently through to the
What is possible with MSDTC but is not possible with System.Transactions (and T开发者_开发问答ransactionScope)?
What are the advantages/disadvantages of using TransactionScope in comparison to IDbTransaction? I will suggest some - please correct/complete the list.
I\'m doing a data migration at the moment of a subset of data from one database into another. I\'m writing a .net application that is going to communicate with our in house ORM which will drag data f
I\'m just debugging this error which I have suddenly seem to have gotten when I\'m writing a row to a table.
I\'m debugging through a web service, and inside the web service I have a transaction scope which does all my writes at the end if I don\'t make any mistakes.
I created very a simple database using Entity Framework 4.I\'d like to be able to use transactions on entities, but I can\'t seem to keep changes from rolling back.I really just need a way to abandon
I am a newbie in C#. So i was just wondering if anybody can help me figure out how C# works with transactionscope? Because i am a little confused by the definition of it. However, let me explain about
I am working on a existing system(asp.net 2, ms sql server 2005) where repository pattern is implemented like: