In a silverlight applicaiton i use entity framework as Data Access Layer. I want to use FileStream Capability in Silverlight applicaiton , but entity framework does not support this.how can i implement this with or without entity framework in silverlight application?!!!
I found some excellent pointers on using SQL FILESTREAM and Silverlight + RIA Services in Chris Rouw's blog:
Storing Files in SQL Server using WCF RIA Services and Silverlight - Part 1
Storing Files in SQL Server using WCF RIA Services and Silverlight - Part 2
Part three available as well...