Sign in
MADHU@MICROSOFT BLOG
All About Distributed apps
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
April, 2006
Search
Tags
Debugging
iis
MSDTC
Named Pipe Binding
oslo
System.Transactions MSDTC trace
WCF
WCF PERF
wcf security
WCF WF
WF
windows
WS-AT TRACING MSDTC
Monthly Archives
Archives
September 2012
(1)
November 2009
(1)
October 2009
(6)
September 2009
(2)
August 2009
(1)
July 2009
(1)
November 2008
(1)
October 2008
(1)
September 2008
(2)
August 2008
(1)
July 2008
(8)
April 2008
(2)
March 2008
(1)
February 2008
(4)
January 2008
(2)
October 2007
(2)
September 2007
(1)
August 2007
(1)
May 2007
(1)
April 2007
(1)
March 2007
(3)
February 2007
(4)
September 2006
(2)
August 2006
(1)
July 2006
(3)
June 2006
(5)
May 2006
(3)
April 2006
(7)
March 2006
(2)
February 2006
(4)
December 2005
(7)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MADHU@MICROSOFT BLOG
HOW TO CHANGE MSDTC SETTINGS PROGRAMMATICALLY
Posted
over 7 years ago
by
Madhu Ponduru -MSFT
4
Comments
COPY FOLLOWING SCRIPT TO NOTEPAD AND SAVE IT AS .VBS FILE 'Read all settings from comamnd window 'This script takes 4 params,1 st param=networkDtc,2nd param=DtcAuthenticationMode '3rd param=EnablexaTransactions,4 th param=Restart DTC EnableNetworkDTC...
MADHU@MICROSOFT BLOG
order of customBinding binding elements
Posted
over 7 years ago
by
Madhu Ponduru -MSFT
0
Comments
The following is one legal order you can stack, this is for the NetTcpBinding when reliable messaging is true. TransactionFlowBindingElement ReliableSessionBindingElement BinaryMessageEncodingBindingElement WindowsStreamSecurityBindingElement...
MADHU@MICROSOFT BLOG
WSDL EXPLAINED
Posted
over 7 years ago
by
Madhu Ponduru -MSFT
0
Comments
(1) Chapter #2 and #4 http://www.learnxmlws.com/book / (2)MSDN ARTICLE http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarxml/html/wsdlexplained.asp
MADHU@MICROSOFT BLOG
How to write Serviced components for WCF?
Posted
over 7 years ago
by
Madhu Ponduru -MSFT
0
Comments
If you want to expose serviced component as WCF service, you have to define custom interface for all your serviced component public methods(you can have multiple custom interfaces also) and then serviced component has to implement that interface. If...
MADHU@MICROSOFT BLOG
KnownType VS ServiceKnownType
Posted
over 7 years ago
by
Madhu Ponduru -MSFT
0
Comments
[KnownType] applies to [DataContract] types and [ServiceKnownType] applies to [ServiceContract] in Indigo
MADHU@MICROSOFT BLOG
How to generate certificate for all purposes?
Posted
over 7 years ago
by
Madhu Ponduru -MSFT
0
Comments
//spent lot of time on this issue, so in case, if you want to generate certificate for all purposes, this blog should help you I installed Microsoft certificate server on my machine and I am trying to generate certificate from asp page (certificate...
MADHU@MICROSOFT BLOG
How to implement Resource Manager in SYSTX?
Posted
over 7 years ago
by
Madhu Ponduru -MSFT
0
Comments
Following links will help you to write resource manager by using SYSTX classes http://msdn2.microsoft.com/en-us/library/ms229975(VS.80).aspx http://weblogs.asp.net/pgielens/archive/2005/02/19/376609.aspx http://blogs.msdn.com/florinlazar/archive...
Page 1 of 1 (7 items)