Can someone please help me to figure out how to get list of attribute fields name from a shapefile? For example , let's say I have a shapefile called "NewDH.shp" stored at "D://GIS". How I can list the attributes (field names)? I would also appreciate if you could let me know how I can add a new field to the above mentioned shapefile using C#.
(I think this is the best way to understand how Arcobjects works with C#.)