Search for xlinq returned 7 packages
Displaying results 1 - 7.
-
NETFx Dynamic Xml
By:
Provides a dynamic API over XLinq: var xdoc = XDocument.Load("rss.xml"); var rss = doc.Root.ToDynamic(); // Type conversion, element traversal // using dotted path notation DateTime pubDate = rss.channel.pubDate; // Type conversion, attribute navigation // using indexer notation int port = rss.channel.cloud["port"]
-
XUnit.Should.XLinqExtensions
By:
"Should..." XUnit Assertion extension methods for Linq to Xml.
-
XUnit.Should.XLinqExtensions.Tests
By:
XUnit tests for adjunct-XUnit.Should.XLinqExtensions
-
NETFx Dynamic Xml Tests
By:
Provides unit tests for DynamicXml package.
-
System.ResourcesXLinq
By:
Basic packaged resource reader.
-
NETFx XmlEncode Extension Method
By:
Adds XmlEncode extension method to strings. Uses XLinq for the encoding, making it compliant with .NET handling of strings in XML attributes and elements.
-
NETFx XmlDecode Extension Method
By:
Adds XmlDecode extension method to strings. Uses XLinq for the decoding, making it compliant with .NET handling of strings in XML attributes and elements.