I’ve been playing with Visual C# lately and have formulated a project idea now. I’d like to be able to read in a .csv file and display easy-to-read reports based on the data contained within.
As I’m new to C#, and to real programming at all, I was wondering what is the BEST or recommended way to deal with large amounts of data (with easy, flexible manipulation for data report generation)?
GridViews and Data Sets are something to look into. I bet there’s other ones but this is pretty straightforward and works for my needs.
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx