Popular Articles
Last viewed:
- Global.asax Events in IIS 6 and IIS 7 for Static Resources
- C# Download File with Progress Bar
- Windows Server 2003 Configure RRAS (Routing and Remote Access Service) Site to Site VPN
- Building a Web Service in ASP.NET 3.5
- Clustered Index vs. Non-Clustered Index in SQL Server
- C# Store/Retrieve File in Database Image Field using ODBC
Recent comments
- Awsome!!
7 hours 2 min ago - C# insert image
21 hours 55 min ago - jkll
3 days 10 hours ago - Thank You
4 days 9 hours ago - Another approach
6 days 10 hours ago - Issue
1 week 21 min ago - thanks
1 week 11 hours ago - Calendar date time
1 week 16 hours ago - Nice Explanation
1 week 20 hours ago - ramya
1 week 3 days ago

Alternative for storing many pictures on your FS
Hi, great article, and nice summing up of the pro's and con's of using this approach.
I actually tried to use the file system rather than my SQL Server Express, to save the storage space (express is limited to 4 GB I believe by heart). In this approach you can simply make the filestorage part of your backup routines (in my case I store over 100.000 images in one single file storage). The library I created that does just that can be found on CodeProject; (sources included).
Regards,
Gert-Jan