File manipulations has been something that you have been doing for a long time. It is a integral part of application development. But the approach to doing this has not changed much from the days of Basic.
I came across this article about .NET 4.0 support for Memory mapped files and it does seem interesting and neat way to handle large files (Especially if your application does flat file based import of data etc.).


Comments