Microsoft SQL Server Community Samples: End to End (Brought to you by Microsoft Developer & Platform Evangelism)
SQL2K8 FILESTREAM-WPF-HTTP Sample
Authors:
- Roger Doherty - http://blogs.msdn.com/rdoherty/
- Zach Skyles Owens - http://blogs.msdn.com/zowens/
Description: This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM. This is done by showing the following:
- Configuring database for FileStream and creating sample database and table
- Loading a file into the database
- Creating a service that sends the file to a client via HTTP
- Windows WPF client that uses the MediaElement tag to access the file from the HTTP service
Resources:
Channel 9 Screencast
>>Download the Current Release Here