February 2006 - Posts
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...
A rare opportunity is now available in the New England area. The Microsoft team that I work on is looking for a Technology Specialist for SQL Server. Senior Product Technology Specialist - SQL Server This is a very rare opportunity . We have not had anyone
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...