We have a scenario in our project that requires us to store large files into DB. We are using entity framework 5.0 for data access.
One more thing to note here is that our project needs support for both Oracle/SQL Server.
is streaming for reading/writing possible in this scenario using entity framework?