Browse by Tags
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 MSDN Webcast:
Read More...
// 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/dunnry/Failed-Request-Tracing-on-IIS7/
Read More...
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-us/vstudio/dd582936.asp
Read More...
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
Read More...
<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" />
Read More...
WALTER S. MOSSBERG Review http://online.wsj.com/article/SB10001424052748703298004574459293141191728.html?mod
Read More...
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...
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/
Read More...
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 On 32
Read More...
http://channel9.msdn.com/posts/matthijs/Whats-new-in-WFWCF-40/ http://channel9.msdn.com/tags/WF4/
Read More...
Attachment(s): 32.zip
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 Kit http://blogs.msdn.com/kavitak/archive/2009/05/19/wcf-and-wf-net-framework-4-0-beta1-training-kit.aspx
Read More...
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
Read More...
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 can't
Read More...
// 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 a workflow
Read More...
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
Read More...