Welcome to MSDN Blogs Sign in | Join | Help

MADHU@MICROSOFT BLOG

All About Distributed apps

Syndication

News

Madhu Ponduru works at Microsoft. Everything here, though, is his personal opinion and is not read or approved by Microsoft before it is posted. No warranties or other guarantees will be offered as to the quality of the opinions or anything else offered here.

Browse by Tags

All Tags » WCF PERF   (RSS)
Sorry, but there are no more tags available to filter with.
How to change MetadataExchangeClient reader quota values
CustomBinding mexBinding = new CustomBinding(MetadataExchangeBindings.CreateMexHttpBinding()); for (int i = 0; i < mexBinding.Elements.Count; i++) { HttpTransportBindingElement transport = mexBinding.Elements[i] as HttpTransportBindingElement; if (transport Read More...

by madhu_ponduru@hotmail.com | 0 Comments

Filed under:

How to collect System.net tracing
// Add following config to your WCF app config file , Since we use System.net API also ,you can trace System.net API calls to debug WCF apps <configuration> <system.diagnostics> <trace autoflush="true" /> <sources> <source name="System.Net"> Read More...

by madhu_ponduru@hotmail.com | 1 Comments

Filed under:

Picture Services shows off WCF Web Programming
Picture Services 1.1 - Sample Services http://msdn.microsoft.com/en-us/magazine/cc135976.aspx Read More...

by madhu_ponduru@hotmail.com | 1 Comments

Filed under:

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement  
Page view tracker