Re: use filestream or not?
Re: use filestream or not?
How are you going to use those files in DB? Are you going to search by file contents or just search by their filenames? If you want to search by file contents then yes, filestream makes sense. If you only want to store files in the database but search only by filename then you don't need to use filestreams. The idea of filestream was that you can use different filters and search file contents. For example you can search contents of PDF, Word, Excel etc.