Development

Avoiding "connection: close" when returning a 304 (Not Modified) status code in ASP.NET (Part 2)

Posted on September 11th, 2007.

In part 1 I discussed how to return a HTTP 304 status code when you don’t want to send clients an entire response if the client already has an updated version of the page in their cache. How can you verify this is actually working as you expect? You can an HTTP monitoring tool to see the requests your […]

Read Full Post | Make a Comment ( 2 so far )

.NET Web Services and STA COM Objects on MSDN Magazine

Posted on November 4th, 2006.

Jeff Prosise wrote an article about running .NET web services on STA threads. The article appears in the October 2006 issue of MSDN Magazine and he bases his code example on my solution to this problem. I know I get many hits to my blog from people looking for a solution to this problem, So I’m […]

Read Full Post | Make a Comment ( Comments Off on .NET Web Services and STA COM Objects on MSDN Magazine so far )

Using IFilter in Delphi

Posted on April 30th, 2006.

I noticed (by looking at my blog statistics) that I get quite a few visitors looking for IFilter and Delphi in google. The reason is that I have a article on using IFilter in C# (http://www.codeproject.com/csharp/IFilter.asp) and that I mention Delphi quite often in this blog.Anyway, I don’t have that information here, but I can point you to […]

Read Full Post | Make a Comment ( 3 so far )

ASP.NET 2.0, Unhandled Exceptions and Lucene.net

Posted on April 27th, 2006.

Just saw this post from Tess about unhandled exceptions in ASP.NET 2.0. Great post by the way, with lot of useful information (as always) about using windbg and logging unhandled exceptions. I really needed that information a month ago when I encountered the exact same problem (exception in a finalizer) with an ASP.NET web service […]

Read Full Post | Make a Comment ( 3 so far )

Using IFilter in C# by bypassing COM

Posted on March 12th, 2006.

I’ve been using IFilters in a C# application I’m working on, and it hasn’t been fun at all. There are all kinds of problems with COM threading and then there are some malfunctioning filter implementations. Well, I decided one day to get to the bottom of these problems and finally created my own implementation of […]

Read Full Post | Make a Comment ( 15 so far )

ASP.NET Web Services and STA COM Objects

Posted on March 4th, 2006.

Eran’s post (where he mentions a hotfix for ASP.NET with regard to STA COM objects) reminded me of a problem we had with web services and STA COM objects (We worked for the same company..). If you have no idea what STA COM objects are, You didn’t miss anything and I really envy you. You […]

Read Full Post | Make a Comment ( 12 so far )

|
eXTReMe Tracker