Browse by Tags
All Tags »
My Projects (RSS)
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...
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...
I updated my ASP.NET Http Compression Module to fix a number of things and reduce the amount of code. ASP.NET Http Compression Module
Read More...
I finally got around to coding up a version of an ASP.NET HttpModule that does HTTP Compression for GotDotNet. I have probably coded this module a half a dozen times over the last 4+ years. So here it is! There are a number of implementations out there,
Read More...
I created a couple of User Defined Type examples using .NET. These types include a Compressed UTF8 String type as well as a Uri (called Logged Uri) type. I hope to create several more in the future. Check it out! SQL Server 2005 CLR UDT Examples
Read More...
I just posted the code to a managed framework for developing Internet Explorer Browser Modules on GotDotNet. It allows one to write Browser Helper Objects (BHOs) using C#. There have been several example on how to do this including on support.microsoft.com,
Read More...
For those that are interested in connecting BizTalk Server 2004 and Windows SharePoint Services (or SharePoint Portal Server), there is now an adapter you can use. It comes in the form of sample code which you can download and use. BizTalk SharePoint
Read More...