Jeff Wilcox Blog about Unit Testing with Silverlight 2 (http://www.jeff.wilcox.name/2008/03/silverlight2-unit-testing/) Hope its still up-to-date.
Month: January 2011
SQL Server Isolation Level Snapshot & DTC Promotion
SQL Server transaction isolation level Snapshot cannot be promoted by DTC. In case you open a transaction scope in .NET code, using isolation level snapshot, then open a connection, leave that connection open, and try to open another connection, you will retrieve an exception saying that a snapshot transaction cannot …
Continue reading “SQL Server Isolation Level Snapshot & DTC Promotion”