October 2009 - Posts
// 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...