Print Page | Close Window

FILESTREAM and DevForce?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1776
Printed Date: 21-Apr-2026 at 5:49am


Topic: FILESTREAM and DevForce?
Posted By: chuckc
Subject: FILESTREAM and DevForce?
Date Posted: 03-May-2010 at 7:01am
 
Anybody have experience using SQL FILESTREAM storage with DevForce?  Success stories, gotchas, recommendations?
 
Thanks!



Replies:
Posted By: ting
Date Posted: 07-May-2010 at 6:26pm
Hi Chuck -
 
Filestream is supported natively by the Entity Framework, so as a supported type there shouldn't be any issues using it with DevForce.  If the blob data is particularly large, you may start to run into WCF, IIS, router, or database timeout/size limits which may need to be adjusted.  The first one you'd probably hit is in WCF, so you'd want to increase the send/receive timeouts on the CustomBinding for the client and server.
 
If the file transfer is particularly large, then you might consider going outside DevForce and building a separate service to process the raw bits.



Print Page | Close Window