FileHelpers – Free .NET library to Import and export data

FileHelper is a free .NET library which lets the developers to import or export data from fixed length or delimited records from different storages like excel , access , SQL Server etc.

FileHelpers is released under the LPGL license and can be used in commercial applications . The full source code is also available at sourceforge.

The FileHelper library is a useful library specially when you want to read or write data to or from a specified file format.

FileHelper supports .NET Compact framework from version 1.1 which lets you to use it for your PocketPC , Windows Mobile and WindowsCE apps.

Know more about FileHelpers – Free .NET library to Import and export data at http://filehelpers.sourceforge.net/

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

C# Compiler Error CS0442 – ‘Property’: abstract properties cannot have private accessors Reason for the Error You’ll get this error...
This is a really simple one . Below is a simple example of an enum called “Designation” defined with the...
This blog post explain the usage of the Checked Block in .NET and how you can use them in Visual...