transactionscope
Good idea to use NOLOCK to work around a query/update scenario?
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[详细]
2023-02-18 08:14 分类:问答DTC firewall requirements?
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[详细]
2023-02-18 00:42 分类:问答System.Transactions vs. MSDTC
What is possible with MSDTC but is not possible with System.Transactions (and T开发者_开发问答ransactionScope)?[详细]
2023-02-17 22:17 分类:问答TransactionScope vs. IDbTransaction
What are the advantages/disadvantages of using TransactionScope in comparison to IDbTransaction? I will suggest some - please correct/complete the list.[详细]
2023-02-17 14:35 分类:问答Is it a good idea to wrap a data migration into a single transaction scope?
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[详细]
2023-02-17 12:25 分类:问答If I create a TransactionScope, is there a chance of it blocking the database if I stop it whilst debugging?
I\'m just debugging this error which I have suddenly seem to have gotten when I\'m writing a row to a table.[详细]
2023-02-16 15:51 分类:问答How can I stop this error when I'm debugging too long?
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.[详细]
2023-02-16 09:22 分类:问答How to perform a transaction with an Entity Framework object context?
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[详细]
2023-02-15 03:19 分类:问答.NET Transactionscope options
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[详细]
2023-02-14 03:50 分类:问答how to implement Unit Of Work just using just TransactionScope and sqlconnections
I am working on a existing system(asp.net 2, ms sql server 2005) where repository pattern is implemented like:[详细]
2023-02-13 04:40 分类:问答