Chris Kinsman's .NET MusingsMusings about my daily development experiences with this thing we call .NET.NET 1.1 Breaks ChainStream- March 26, 2003 .NET 1.1 Breaks ChainStream Well we have been working hard on converting our 1.0 code base to 1.1. We keep running into little things that are breaking our code though. The latest is a breaking change in ChainStream. We had a compression stream that we were running on top of our web services. In .NET 1.1 some new code (SoapServerProtocolHelper) was introduced that attempts to seek the stream closest to .NET without checking the CanSeek property. Essentially what...http://radio.weblogs.com/0101134/2003/03/26.html#a43 Radio Fixed- March 26, 2003 Radio Fixed! Radio is working again finally! Thanks to Lawrence Lee.http://radio.weblogs.com/0101134/2003/03/25.html#a42 .NET Memory Profiler- March 19, 2003 .NET Memory Profiler Great tool that I found that helped us find a pernicious "memory leak". http:www.scitech.sememprofiler offers a memory profiler that doesn't slow down your application as much as the Borland memory profiler but still allows you to compare memory snapshots, find objects that aren't being disposed and potentially trace down the root references of those objects.http://radio.weblogs.com/0101134/2003/03/19.html#a41 WildGrape NewsDesk and DotNetWebLogs- March 19, 2003 WildGrape NewsDesk and DotNetWebLogs I am reminded why I have yet to leave Radios aggregator. As I am reading the blogs on http:dotnetweblogs NewsDesk continues to show blogs I have read as new every time I start it up! Radio OTOH is smart enough to only show items that are truly new. I have no idea how or why they differ but I certainly prefer the way Radio does it.http://radio.weblogs.com/0101134/2003/03/19.html#a40 |