Click here to Skip to main content
15,905,682 members
Articles / Programming Languages / C#

Implementing a generic CSV file importer using Reflection and attribute based programming in C#.NET

Rate me:
Please Sign up or sign in to vote.
4.21/5 (9 votes)
1 Aug 2007CPOL8 min read 54.9K   624   40  
The purpose of this article is to discuss the design and development of a generic CSV file importer using features like Reflection and attributes present in .NET. This article serves as an example on how Reflection and attribute based programming can be used to create very powerful constructs.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United Kingdom United Kingdom
I work as a Technology Lead for an IT services company based in India.

Passions include programming methodologies, compiler theory, cartooning and calligraphy.

Comments and Discussions