Mono: linq to xml: how to select the value from elements

added by huse
1/25/2010 12:38:02 PM

245 Views

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:


0 comments