CC #21053: A great Delphi 8 project with source code written by Petr Vones. It can load a client dataset XML datapacket into a .NET… Read More »Client dataset to .NET dataset
I like multicast events in Microsoft .NET. Basically, a single event property (using Delphi terms) can be linked to multiple event handlers (as opposed to… Read More »Multicast events
For performance reasons, I have rewritten the ISAPI extension DLL (see my previous post) which simulates HTTP 1.1 GET with range specified. The DLL now… Read More »Just a part of it, please (part 2)
Today I posted an example of creating a custom performance counter library to CodeCentral. I’m preparing my DataSnap performance libraries for publishing as well.
I’m using YAPP (Yet Another Pretty Printer ;-)) written by John Kaster to format my Delphi source code for HTML. The current version can highlight… Read More »YAPP
A few days ago, I had to write an ISAPI extension DLL which would return partial content from a local file stored on the web… Read More »Just a part of it, please