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.
Latest Stored Procedures Articles
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.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.