You are hereMonthly archive / June 2010

June 2010


rahul's picture

ASP.NET sets the transfer encoding as chunked on premature flushing the Response

Well, I discovered this problem and its solution sometime earlier. However lately, a couple of my colleagues approached me for advice with the same issue, and I thought of writing a blog post for the same.

In a nut-shell, the problem is that ASP.NET transfers the data to the client in chunked encoding (Transfer-Encoding: chunked), if you prematurely flush the Response stream for the Http request and the Content-Length header for the Response is not explicitly set by you.

rahul's picture

VB.NET equivalent to PHP functions

I am currently working on an assignment to convert a Perl/PHP based intra-net project to an ASP.NET web application.

The complexity of the project has been significant as it involves the management of an internal Windows 2003 Active Directory setup for a large governmental organization, integrated with a proprietary ticketing system, and a Sql Server database. The (sometimes cryptic) non object-oriented PHP/Perl code together with a severely limited testing environment have only made the task that more difficult.

rahul's picture

Enhanced Drupal contributed themes

Well, it feels good to be blogging after a while. The past few weeks have been really hectic. Did you notice I do not have a single blog post for this month before this post? Well, I intend to compensate the void now, and what better way to begin than to offer some useful downloads for the community.

I have been getting a lot of Drupal consulting proposals for sometime. I will discuss these together with my schedule for the past days in a chit-chat entry, but let's concentrate on the topic on hand.

Recent comments