5 packages tagged with “xlinq”
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"]
Streamx Linq to SQL for EF Core. It allows you to use C# (or your .NET language of choice) to write strongly typed queries. Interactive tutorial available at https://try.entitylinq.com/.
Smdn.Fundamental.Xml.Linq.dll
Provides unit tests for DynamicXml package.
(X)HTML utility and extension library