TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pranav Thakur
NA
17
0
Transfer large data using WCF
Dec 17 2013 11:45 PM
Hi,
My requirement is to transfer data to a client through WCF services. Data can be of 1MB to 1GB size to be transferred.
So, what can I do, I can pull Data from the database and provided to the client through WCF service.Client can then add it in its local database. How can I manage transferring large data? I want to be able to resume the process if it fails in the middle of the transfer. How can I know if the Client local database has been updated or not.Should I be using a WCF streaming?
Thanks.
Reply
Answers (
3
)
show/hide method from client in WCF
Wait for an WCF Service to complete