June 2006 - Posts
You can write your own customer trace listener and add this listener info to WCF application configuration file, WCF will send all the trace information to your custom trace listener class also Please click on following link to download this sample http://blogs.msdn.com/madhuponduru/attachment/647429.ashx
Read More...
Attachment(s): CS.zip
This sample will demonstrate, How to use WCF transactions Please change connection string and SQL statements you want to execute in app.config file (both client side and service side) Please click on following link to download this sample http://blogs.msdn.com/madhuponduru/attachment/647405.ash
Read More...
Attachment(s): CS.zip
This sample demonstrate, how reliable sessions works in WCF This is PDC sample, since lot of customers asking about this sample, I am uploading this sample here. click on following link to download this sample http://blogs.msdn.com/madhuponduru/attachment/637173.ash
Read More...
Attachment(s): ReliableSessions.zip
For WCF-centric items, update your favorites from http://windowscommunication.net to http://wcf.netfx3.com/ More links http://wcf.netfx3.com/content/resources.aspx http://wcf.netfx3.com/files/default.aspx
Read More...
How to send Message from WSE3 client to WCF service? WCF SERVICE SIDE: (1)You have to define custom binding to communicate with WSE3 client apps(when you are communicating with WSE clients, you can't use standard binding) (2) In this custom binding, you
Read More...