Tag Archives: NoCache

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