I just published a new article about applications using the FileStream feature from SQL Server 2008.
Almost every application has to store files to be used at some time. For example, those files could be (but not limited to) help files, reports, templates, images. Every developer faced the great debate of having those files maintained into a database or kept on a file system with a long list of pros and cons for each side.
I had to explore and test that feature for an upcoming project and decided to expose the results here.