Hi I am currently working on a WPF application which needs extensive file management (users should be able to upload files to a central server and download files from that server)
currently i have created a fairly simple wcf based server to handle these requests.
i was wondering if there are any better ways to do this like third party apps or features in windows server, sql server, wpf that i am not aware of …
Sql Server 2012 Has a new Feature on Top of FileStream, it’s called FiledTables.
There you also have a fileshare which is syncronized with your filetable
Tutorial