|
|
CG.Storage
File Details
| Downloads: |
34 |
File Size: |
20.1kB |
| Posted By: |
Martin |
Views: |
91 |
| Date Added: |
03-06-2008 |
|
A "no frills" storage library. The library contains a manager that stores objects, streams, files or byte arrays into one of two places: either a SQL-Server database or to a file on the hard drive. You give the library something to store and it gives you back a GUID that you can use later to retrieve your priceless little treasure. LOL!
If you need to store "stuff" someplace other than a file or a database then it's pretty simple to extend my base storage provider and implement a different storage mechanism.
This library is a good "drop-in" solution for projects that need to store things (BLOBS) and later retrieve them - without being tied to any one particular storage method.

|
|
|