Skip to content
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.

Clone this wiki locally