RBS Sample Application Released
The latest release on the RBS CodePlex sample site (https://www.codeplex.com/sqlrbs) contains a sample application demonstrating the various ways to store and fetch blobs using the RBS interface. This includes basic store / fetch, specifying collections / blob stores for store calls, use of the push and pull streaming APIs, and an example that uses the System.IO.Stream APIs to do asynchronous reads from the blob store.
These samples have been designed to demonstrate best practices for using RBS, including correct Transaction usage, SQL connection information and BlobReference / BlobId optimizations. They require a database and client that has correctly installed RBS and installed a provider to run.
Feel free to leave comments or file CodePlex issues if you have problems or need assistance.
- mike
Comments
Anonymous
June 28, 2010
Hi, I am very new to SP & RBS. Can any one give the step by step example how to program for MS FILESTREAM / Codeplex RBS provider using C#Anonymous
June 29, 2010
Two great places to start are the following blog entries: www.toddklindt.com/.../Post.aspx www.houberg.net/.../a-guide-to-enabling-the-codeplex-rbs-provider-on-sharepoint.aspx These give good examples on setting up SharePoint with RBS. The CodePlex project linked in the post above has sample C# application code to call the actual RBS interfaces.
- mike