By mswatcher
via codeclimber.net.nz
Submitted: Nov 23 2012 / 04:38
Continuing with my series of posts inspired by the work done on the Web.NET Conference web site, after telling you why you should not use Boolean fields when modeling your objects, today I want to share with you an ActionResult I wrote to get a CSV from a generic list of object. I needed to download the list of all attendees in csv format so that I could import them into Excel for doing various free-form analysis: I looked around the net to see if something was available but I found nothing, so I decided to write it myself and do it the most reusable way possible.
Tweet
SaveShareSend
Tags: .net, frameworks, web design
Add your comment