hB0

Browse by Tags

All Tags » DotNet (RSS)
Web Service Connection/Timeout problems in Dot .Net 1.1
Issue: The underlying connection was closed: An unexpected error occurred on a receive. Web Service Timeout problems occurring on Client and Server sides. Server => Web Service Host Client => Web Service Caller * The underlying connection was closed...
Posted: Dec 21 2007, 10:12 AM by hB0 | with no comments
Filed under: , ,
Source Code for the .NET
With the release of Visual Studio 2008, Microsoft will be releasing the source code for the .NET Framework Libraries. The ability to be able to debug through your application and then right in to the framework itself will be a huge benefit for developers...
Posted: Oct 05 2007, 07:50 PM by hB0 | with 1 comment(s)
Filed under: ,
Process XML Dot Net -> Parse to Object
Here we consider a small aspect found while parsing XML string. We are using Dot Net (1.1) but we process xml in general (non-dotnet specific version) using the XPath expressions. Situation is we have XML string format as: <ns:XMLMessage xmlns:ns="http...
Posted: Sep 11 2007, 12:19 AM by hB0 | with no comments
Filed under: ,