The Wayback Machine - https://web.archive.org/web/20101122084442/http://www.codeguru.com:80/vb/gen/vb_database/storedprocedures/

    Stored Procedures

    Rendering Images in ASP.NET Directly from Your Database

    There's no need to store file system paths in a database. Just store images in your database and then directly load them to your ASP.NET pages.

    Better Entities with Nullable Types

    Tired of checking database entries for null values? This month, Paul illustrates how you can use Nullable types to make fields and properties accept nulls.

    Programming with Stored Procedures in Visual Basic .NET (Part 2)

    Paul continues his discussion on stored procedures and Visual Basic .NET.

    Programming with Stored Procedures in Visual Basic .NET (Part 1)

    Stored procedures are an excellent way to optimize complex business solutions for database applications. Learn how you can edit and run stored procedures in Visual Studio .NET and how to incorporate them into your Visual Basic .NET applications.