Archive for April, 2005
Delphi ASP.NET HttpHandler Demo
Delphi 2005 does not provide support for creating ASP.NET HttpHandlers out-of-the-box, but it is not so difficult to create one:-) The HttpHandler is a class that implements IHttpHandler interface, which contains only two members: "IsReusable" property that tells HttpRuntime if it is OK to pool, and the core method "ProcessRequest", which accepts "HttpContext" param. From […]
Posted by Pawel Glowacki on April 27th, 2005 under Uncategorized | 3 Comments »"Indigo" preview, interfaces with attributes and generics
“Indigo” and “Avalon” Technological Preview was made available for download for general public this week. The download is an ISO image of the CD, that also contains .NET 2.0 beta that is required. When installing on XP, make sure you have SP2 installed. It is available from msdn downloads page in the most popular section […]
Posted by Pawel Glowacki on April 1st, 2005 under Uncategorized | 4 Comments »Server Response from: dnrh1.codegear.com
