December 2005 - Posts
//This content applies to windows 2003,sp1 and windows xp,sp2 machines Microsoft introduced MSDTC security in windows xp and windows 2003,If you didn't configure MSDTC security settings properly,you may not able to run MSDTC transactions between two machines.
Read More...
System.Transactions actually has two timeout values that can be specified in the configuration files. In app.config, there is a “timeout” setting. If this setting is not specified, it defaults to 1 minute. But it can be overridden in code in the constructor
Read More...
http://local.live.com/ I just searched my house address on local.live.com, it is far far better than all other virtual earth software.
Read More...
Microsoft seminars is always good source to know more about Microsoft technologies, I hope these seminar sessions will help you Microsoft Distributed services seminars: MSDN Support WebCast: Building distributed services on the Windows Communication Foundation
Read More...
The WS specifications related to Transactions (WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity) http://msdn.microsoft.com/webservices/webservices/understanding/specs/default.aspx?pull=/library/en-us/dnglobspec/html/wsatspecindex.asp . XA
Read More...
MSDTC is RPC application, so if you are running transaction between two machines, MSDTC will use RPC protocol to communicate with remote machine RPC is heart of all Microsoft Distributed application (not in web service world),MSDTC,COM,COM+ will use RPC
Read More...
I found these blogs are very useful to know about MSDTC(I just want save you some time,adding all the blog links here) http://blogs.msdn.com/florinlazar/ http://pluralsight.com/blogs/jimjohn/default.aspx http://blogs.msdn.com/esperpento/ http://blogs.msdn.com/miguel/
Read More...