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
July, 2008
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
WCF Development Improvements in .NET 3.5 sp1
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
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...
MADHU@MICROSOFT BLOG
WCF Security Resources
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
0
Comments
WCF Security Resources http://blogs.msdn.com/jmeier/archive/2008/05/23/wcf-security-resources.aspx
MADHU@MICROSOFT BLOG
ManualWorkflowSchedulerService+Delay Activity
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
3
Comments
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...
MADHU@MICROSOFT BLOG
Not able to query Tracking data real time when application and tracking database on different machines
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
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...
MADHU@MICROSOFT BLOG
How to collect System.net tracing
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
// 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...
MADHU@MICROSOFT BLOG
Case Studies for WCF/WF
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
you can find Customers Case Studies info here http://www.microsoft.com/casestudies/default.aspx
MADHU@MICROSOFT BLOG
How to capture SqlWorkflowPersistenceService errors.
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
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...
MADHU@MICROSOFT BLOG
All About Named Pipe Binding
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
(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...
Page 1 of 1 (8 items)