Community

Changes in System.IO classes in .NET Framework 4.0

(Vipul Patel) Earlier versions of .NET Framework (prior to .NET Framework 4.0 and going back to .NET 2.0) had many APIs in the System.IO namespace for enumerating lines in a file, enumerating files in a directory, etc. These APIs returned arrays which could then be looped over to process each item.

Read More - Register for Free Membership