Beyond Stored Procedures: Defense-in-Depth Against SQL Injection 21 Jul 2006 22:25
Beyond Stored Procedures: Defense-in-Depth Against SQL Injection
Accessing XML Using Insert/Update/Delete/Query Statements 24 Jun 2005 10:22
A psuedo-database for XML.
Component to access databases in the .NET environment 23 Jun 2005 15:46
An extremely flexible and easy-to-use library that retrieves data in XML format, supports simple parameterized queries, stored procedures, and transactions. It can also be used as a web service.
Connect to DB2 from Microsoft .NET 21 Jun 2005 22:13
Microsoft .NET and Db2 connection
Using Delegates with Data Readers to Control DAL Responsibility 19 Jun 2005 14:26
Teemu Keiski demonstrates how to use delegates to create a call-back mechanism which remains the responsibility of a data reader on the DAL but gives full consuming capability to the client.