Rants against the machine: Are stored procedures inherently evil?
Jeremy MIller has a good rant against the use of stored procedures. He thinks prefers to keep his code in the application and use T-SQL sparingly. HIs view i...
Jeremy MIller has a good rant against the use of stored procedures. He thinks prefers to keep his code in the application and use T-SQL sparingly. HIs view i...
Here’s a home made misquito trap. The translated instructions can be read here.
As I move over to Delphi 2006, I came across an odd new behavior. In Delphi 7 and prior versions, it was very easy to view/edit the project (*.dpr) file. U...
Here’s a decent article about using ASP.NET cache (System.Web.Caching.Cache) in WinForms applications (or services). This would be handy in service applicat...