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
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
Performance Analysis of Logs (PAL) TOOL
Posted
8 months ago
by
Madhu Ponduru -MSFT
0
Comments
http://pal.codeplex.com/
MADHU@MICROSOFT BLOG
IIS VIDEOS
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
TechNet Webcast: IIS 7.0: End-to-End Overview of the New Web Application Server from Microsoft (Level 200) http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032298234&culture=en-US IIS extensions http://www.iis.net/extensions...
MADHU@MICROSOFT BLOG
Troubleshooting Production ASP.NET Apps
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
// Since IIS is main hosting platform for WCF apps, we need to know, How to debug IIS issues also Troubleshooting Production ASP.NET Apps http://www.asp.net/learn/iis-videos/video-6148.aspx Failed request tracing http://channel9.msdn.com/posts...
MADHU@MICROSOFT BLOG
Visual Studio 2010 and .NET Framework 4 Beta 2
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
Visual Studio 2010 and .NET Framework 4 Beta 2 available for customers, Please check following link to install Visual Studio 2010 and .NET Framework 4 Beta 2, If you have any feedback about WCF/WF 4.0, Please let me know http://msdn.microsoft.com/en...
MADHU@MICROSOFT BLOG
Windows 7: Videos & Tours
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
Windows 7: Videos & Tours http://www.microsoft.com/windows/windows-7/videos-tours.aspx Windows Live Essentials http://www.microsoft.com/windows/windows-7/features/windows-live-essentials.aspx
MADHU@MICROSOFT BLOG
WORKFLOW TRACE IN e2e format
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
<configuration> <system.diagnostics> <switches> <add name="System.Workflow LogToTraceListeners" value="1" /> <add name="System.Workflow.Runtime" value="All" /> <add name="System.Workflow.Runtime.Hosting" value="All" />...
MADHU@MICROSOFT BLOG
Review: Windows 7 Is Microsoft's Best Operating System Ever
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
WALTER S. MOSSBERG Review http://online.wsj.com/article/SB10001424052748703298004574459293141191728.html?mod
MADHU@MICROSOFT BLOG
How to change MetadataExchangeClient reader quota values
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
CustomBinding mexBinding = new CustomBinding(MetadataExchangeBindings.CreateMexHttpBinding()); for (int i = 0; i < mexBinding.Elements.Count; i++) { HttpTransportBindingElement transport = mexBinding.Elements[i] as HttpTransportBindingElement; if...
MADHU@MICROSOFT BLOG
WCF Contract First tool
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
If you are very interested about contract first development, You can use this tool, If this tool is not meeting any of your contract first needs, please let me know Web Services Contract First tool. http://wscfblue.codeplex.com/
MADHU@MICROSOFT BLOG
SMSvcHost.exe TRACE(NET TCP PORT SHARING SERVICE)
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
If you see any problem with NET TCP Service, You can use following config to debug NET TCP problems On 64 bit machines, you have to add this info to C:\WINDOWS\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\SMSvcHost.exe.config ...
MADHU@MICROSOFT BLOG
What's new in WF/WCF 4.0
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
http://channel9.msdn.com/posts/matthijs/Whats-new-in-WFWCF-40/ http://channel9.msdn.com/tags/WF4/
MADHU@MICROSOFT BLOG
WCF/WF 4.0 Resources
Posted
over 4 years ago
by
Madhu Ponduru -MSFT
0
Comments
VS 2010 and .NET Framework 4.0 Beta 1 now available for public download http://blogs.msdn.com/kavitak/archive/2009/05/20/vs-2010-and-net-framework-4-0-beta-1-now-available-for-public-download.aspx WCF and WF .NET Framework 4.0 Beta1 Training...
MADHU@MICROSOFT BLOG
PDC 2008 WEBCAST (WCF/WF)
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
WF 4.0 http://channel9.msdn.com/tags/pdc2008.wf/ WCF 4.0 http://channel9.msdn.com/tags/pdc2008.wcf/ PDC 2008 links http://channel9.msdn.com/pdc2008/ https://sessions.microsoftpdc.com/public/timeline.aspx
MADHU@MICROSOFT BLOG
SAMPLE WF CONFIG FOR NLB SCENARIO
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
2
Comments
If you are deploying your workflow application to multiple machines(NLB scenario) and all these machines are using same database for persistence , you need to use following config (1) OwnershipTimeoutSeconds should be very high value ,so other hosts...
MADHU@MICROSOFT BLOG
Workflow Designer and performance
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
// we improved WF designer performance in .NET 3.5 sp1 , After .NET 3.5 sp1 also, you may see some designer performance problems, you can follow these guide lines to increase WF designer performance Commonly reported issues 1. Time taken to open...
MADHU@MICROSOFT BLOG
What is Oslo?
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
http://www.pluralsight.com/community/blogs/dbox/archive/2008/09/06/oslo.aspx http://douglaspurdy.com/2008/09/06/what-is-oslo/ http://blogs.msdn.com/shycohen/archive/2008/09/08/oslo-and-models.aspx
MADHU@MICROSOFT BLOG
.NET 3.5 SP1 /Visual Studio 2008 Service Pack 1 available to customers
Posted
over 5 years ago
by
Madhu Ponduru -MSFT
1
Comments
Microsoft .NET Framework 3.5 Service Pack 1 http://www.microsoft.com/downloads/details.aspx?FamilyId=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads...
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 4 (81 items)
1
2
3
4