Tuesday, March 01, 2005

I Believe in BLOBs

I'm talking about SQL server Binary Large Objects. Storing files in a database BLOB it's a very clever way of improving your application maintainability and in avoiding possible permissions nightmares. The File Upload with ASP.Net article shows how to upload a file from a browser and store it in a BLOB.

No comments: