Click here to Skip to main content
15,895,815 members
Articles / Web Development / ASP.NET

C# CSV Reader and Writer

Rate me:
Please Sign up or sign in to vote.
4.86/5 (16 votes)
22 Jun 2010MIT1 min read 225.3K   14.4K   89  
Class library which provides the ability to read and write CSV files

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Web Developer
United Kingdom United Kingdom
I have been developing web and software applications for 9 years originally in Microsoft Visual Fox Pro. But for the last 8 years I have been using Microsoft.Net.

I love writing code and especially enjoy writing tools to aid development.

I have developed my own code generator which generates C# code from a SQL Server database. The generator generates Business Components, Data Components and entities and is optimised for performance as it uses stored procedures and SqlDataReaders.

FrameworkGen can be downloaded for free from http://www.elencysolutions.co.uk.

Comments and Discussions