0
kicks
Mono: linq to xml: how to select the value from elements
Today I manage to make linq queries in mono and want to share my experiences with you…
To use linq in mono, you need two basic libraries which are:
System.Core and System.Xml.Linq
My first usage is as follows: