Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
874 views

C# Yaml Processing

I am using the C# Yaml Parser mentioned on Code Project Site If my Yaml looks like the following - id: tagid tag: - name: tagname value: tagvalue After it has been successfully parsed, ...
0
votes
1answer
1k views

Populate datagrid using Datacontext in C# WPF

I'm trying to get data from file. The file first has three lines of text that describes the file, then there is a header for the data below. I've managed to extract that. What I'm having problems is ...