I developed a moderately complex VB.NET app using ArcGISRuntime V4 some years ago. I have just revisited it, and boy have there been some changes in Version 10. It seems to be totally changed. After many hours goggling, I have failed to find a helpful site so that I can re-engineer my code. I think I just need a little help to get (re)started.
I have a shapefile that I wish to open, and query the attributes to find the right shape. I then extract some of the attributes, and the polygons of the shape. Doesn't sound too hard, but I'm just going around in circles.
Could someone give me some simple pseudo code to get started? Basically I just need guidance in how to open a shape file, query it, and extract data from it.
TIA