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.

July 2008 - Posts

WCF Development Improvements in .NET 3.5 sp1
WCF Development Improvements .NET 3.5 SP1 and VS 2008 SP1 include several enhancements for WCF development. Some of these include: Significant scalability improvements (5-10x) in Web-hosted application scenarios Support for using ADO.NET Entity Framework Read More...

by madhu_ponduru@hotmail.com | 1 Comments

Filed under:

WCF Security Resources
WCF Security Resources http://blogs.msdn.com/jmeier/archive/2008/05/23/wcf-security-resources.aspx Read More...

by madhu_ponduru@hotmail.com | 0 Comments

Filed under:

ManualWorkflowSchedulerService+Delay Activity
By default, the ManualWorkflowSchedulerService is used without active timers. So when the delay is hit, the workflow yields the thread back to the scheduler, and when the delay expires, nobody is around to call RunWorkflow. If you look in the web.config Read More...

by madhu_ponduru@hotmail.com | 3 Comments

Filed under:

Not able to query Tracking data real time when application and tracking database on different machines
The remote SQL server's clock should be in sync with the machine's clock where the program is run. The sqlTrackingWorkflowInstance.WorkflowEvents fetches WorkFlowEvents in a DateTime range between SqlDateTime.MinValue and DateTime.UtcNow. If the SQL machines Read More...

by madhu_ponduru@hotmail.com | 1 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:

Case Studies for WCF/WF
you can find Customers Case Studies info here http://www.microsoft.com/casestudies/default.aspx Read More...

by madhu_ponduru@hotmail.com | 1 Comments

Filed under:

How to capture SqlWorkflowPersistenceService errors.
If you are failed to persist the workflow or read workflow information from the Database ,workflow runtime may raise Abort event or Terminated event without raising any error messages ,so if you got Abort event or Terminate event and if you don't know Read More...

by madhu_ponduru@hotmail.com | 1 Comments

Filed under:

All About Named Pipe Binding
(1)Chris wrote excellent blog about Named pipe Binding http://blogs.charteris.com/blogs/chrisdi/archive/2008/05/19/exploring-the-wcf-named-pipe-binding-part-1.aspx http://blogs.charteris.com/blogs/chrisdi/archive/2008/06/16/exploring-the-wcf-named-pipe-binding-part-2.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