Tag Archives: FileStream

Writing File with Non Cache mode in C#

Normally when we are writing to the File Systems or I/O devices, Windows will cache the request or response to get better performance. This behavior is a good feature, but sometimes we require immediate change. By caching Windows sometimes mislead … Continue reading

Posted in .Net, .Net 3.0 / 3.5 | Tagged , , , | 1 Comment

FILESTREAM in SQL Server 2008

SQL Server 2008 comes with lots of new features compared to the previous versions of SQL Server. One of the new feature is FileStream, which allows storage of and efficient access to BLOB data using a combination of SQL Server … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, SQL Server, Visual Studio, Windows Forms | Tagged , , , | Leave a comment