MADHU@MICROSOFT BLOG

All About Distributed apps

How to change binding properties(custom binding)

Uri baseAddress = new Uri("https://localhost:8081/testsvc"); ServiceHost sh = new...

Author: Madhu Ponduru -MSFT Date: 07/25/2006

Custom behavior sample

This sample will show you,How to use IParameterInspector BehaviorExtensionElement...

Author: Madhu Ponduru -MSFT Date: 07/19/2006

//click on each topic to view these seminars The Lifetime of a Message in Windows Communication...

Author: Madhu Ponduru -MSFT Date: 07/11/2006

Custom Trace Listener sample

You can write your own customer trace listener and add this listener info to WCF application...

Author: Madhu Ponduru -MSFT Date: 06/26/2006

WCF TRANSACTION SAMPLE

This sample will demonstrate, How to use WCF transactions Please change connection string and SQL...

Author: Madhu Ponduru -MSFT Date: 06/26/2006

Reliable Sessions - The Image Transfer Demonstration(updated for RC1)

This sample demonstrate, how reliable sessions works in WCF This is PDC sample, since lot of...

Author: Madhu Ponduru -MSFT Date: 06/19/2006

New Community Site for WCF

For WCF-centric items, update your favorites from https://windowscommunication.net to...

Author: Madhu Ponduru -MSFT Date: 06/16/2006

WSE3 -> WCF INTEROP BASICS

How to send Message from WSE3 client to WCF service? WCF SERVICE SIDE: (1)You have to define custom...

Author: Madhu Ponduru -MSFT Date: 06/04/2006

Most of customers are asking me about ASP.NET compatability mode and WCF hosting model,wen covered...

Author: Madhu Ponduru -MSFT Date: 05/23/2006

How to enable WCF tracing

How to enable WCF trace: Open config file in svcconfigeditor, from wizard, you can enable tracing...

Author: Madhu Ponduru -MSFT Date: 05/18/2006

CLR DBG TEAM BLOGS

https://blogs.msdn.com/yunjin/https://blogs.msdn.com/mvstanton/https://blogs.msdn.com/maoni/...

Author: Madhu Ponduru -MSFT Date: 05/10/2006

HOW TO CHANGE MSDTC SETTINGS PROGRAMMATICALLY

COPY FOLLOWING SCRIPT TO NOTEPAD AND SAVE IT AS .VBS FILE 'Read all settings from comamnd...

Author: Madhu Ponduru -MSFT Date: 04/17/2006

order of customBinding binding elements

The following is one legal order you can stack, this is for the NetTcpBinding when reliable...

Author: Madhu Ponduru -MSFT Date: 04/12/2006

WSDL EXPLAINED

(1) Chapter #2 and #4 https://www.learnxmlws.com/book/ (2)MSDN ARTICLE...

Author: Madhu Ponduru -MSFT Date: 04/10/2006

How to write Serviced components for WCF?

If you want to expose serviced component as WCF service, you have to define custom interface for all...

Author: Madhu Ponduru -MSFT Date: 04/05/2006

KnownType VS ServiceKnownType

[KnownType] applies to [DataContract] types and [ServiceKnownType] applies to [ServiceContract] in...

Author: Madhu Ponduru -MSFT Date: 04/05/2006

How to generate certificate for all purposes?

//spent lot of time on this issue, so in case, if you want to generate certificate for all purposes,...

Author: Madhu Ponduru -MSFT Date: 04/05/2006

How to implement Resource Manager in SYSTX?

Following links will help you to write resource manager by using SYSTX classes...

Author: Madhu Ponduru -MSFT Date: 04/05/2006

SAMPLE:How to use system.transaction to intiate transaction with oracle

//copy following program into console app and replace connection string and query string using...

Author: Madhu Ponduru -MSFT Date: 03/13/2006

Forum Dedicated to Transactions on microsoft.com(MSDTC/SYSTEM.TRANSACTIONS)

If you have any questions about MSDTC/System.transactions,please send your question to this forum...

Author: Madhu Ponduru -MSFT Date: 03/13/2006

How to extend wcf service functionality without breaking existing clients (Thinking about old COM rules)

I was thinking about, How to extend service functionality without breaking existing clients...

Author: Madhu Ponduru -MSFT Date: 02/25/2006

How to configure DTC to support oracle transactions

(1)Make sure you have MDAC 2.6, sp2 higher and make sure you have oracle client (we have lot of...

Author: Madhu Ponduru -MSFT Date: 02/25/2006

If you have any questions about Indigo,please send your question to Indigo Forum

https://forums.microsoft.com/msdn/showforum.aspx?forumid=118&siteid=1

Author: Madhu Ponduru -MSFT Date: 02/22/2006

wcf(aka Indigo) seminars

https://windowscommunication.net/default.aspx?tabindex=3&tabid=45

Author: Madhu Ponduru -MSFT Date: 02/22/2006

MSDTC security model in windows 2003,sp1(same as windows xp,sp2)

//This content applies to windows 2003,sp1 and windows xp,sp2 machines Microsoft introduced MSDTC...

Author: Madhu Ponduru -MSFT Date: 12/16/2005

How to change System.Transactions timeout?

System.Transactions actually has two timeout values that can be specified in the configuration...

Author: Madhu Ponduru -MSFT Date: 12/16/2005

windows live Virtual earth beta

https://local.live.com/ I just searched my house address on local.live.com, it is far far better than...

Author: Madhu Ponduru -MSFT Date: 12/14/2005

Microsoft seminars

Microsoft seminars is always good source to know more about Microsoft technologies, I hope these...

Author: Madhu Ponduru -MSFT Date: 12/05/2005

Transaction specifications(OLE/XA/TIP/WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity)

The WS specifications related to Transactions (WS-Coordination, WS-AtomicTransaction and...

Author: Madhu Ponduru -MSFT Date: 12/05/2005

MSDTC RPC COMMUNICATION

MSDTC is RPC application, so if you are running transaction between two machines, MSDTC will use RPC...

Author: Madhu Ponduru -MSFT Date: 12/03/2005

MSDTC BLOGS

I found these blogs are very useful to know about MSDTC(I just want save you some time,adding all...

Author: Madhu Ponduru -MSFT Date: 12/02/2005

<Previous