You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Darren Fuller edited this page Jan 30, 2014
·
2 revisions
Welcome to the FileStreams wiki!
This is a sample project that I put together because I wanted to investigate using the Microsoft SQL Server FILESTREAM functionality but alongside Entity Framework. Because EF doesn't support FILESTREAM directly (because it's database specific) I wanted to see how easy it would be to do using existing EF functionality without dropping out to System.Data.SqlClient to do the work for me.