March 2006 - Posts
Someone asked me why I should use your HTTP Compression module over some others on the web. The difference is in features! My compression module has a number of advantages. 1) Mine is completely reliant on .NET 2.0 Classes. Therefore it gets the goodness
Read More...
I spent a considerable amount of time working on a new version of this module. 1) NEW EASILY EXTENSIBLE AND PAY-AS-YOU-GO ARCHITECTURE! - There were a ton of feature I was adding. I now moved to a pipeline architecture that allows me to layer on features
Read More...
The first week of full blown hosting my site with DiscountASP.NET has led to my site being down twice with no timeframe for recovery. The current cause is that their tech support mapped all file extensions to the ASP.NET ISAPI DLL. I inquired about the
Read More...
I just put WinFxProgrammer.com online. This site will be the start of my online endeavors outside of blogs.msdn.com. The site will contain mostly WinFx related material, but for now has a number of things already posted to my blog. While I need to speak
Read More...
A collection of ASP.NET 2.0 Controls including the source code. This collection will be built up over time. The first control in this collection is an RSS HyperLink control.
Read More...
I am currently working on a replacement for WebResource.axd. This new HTTP Handler is meant to support a number of features; however, the prime purpose is to allow the caching of these resources in the IIS 6.0 Kernel Mode Cache. Check it out!
Read More...
1) NOW WORKS WITH WEBRESOURCE.AXD! There is a feature (bug?) in WebResource.axd that prevents HttpModules from modifying the output stream for WebResource.axd. I disabled it! ; ) IMHO, a feature that breaks things is not a feature, but I can understand
Read More...