Search code examples
C# create XML file from Datatable...

c#xmllinqdatatablelinq-to-xml

Read More
How do I map multiple xml attributes to a single c# property on deserialization?...

c#xmlattributesdeserializationlinq-to-xml

Read More
why does the Xdocument give me a utf16 declaration?...

c#linq-to-xml

Read More
Add dynamically a string or an XElement as child to XElement...

c#linq-to-xml

Read More
xml error: Non white space characters cannot be added to content...

xmlc#-4.0linq-to-xml

Read More
XDocument.Load(XmlReader) Possible Exceptions...

c#xmlexceptionlinq-to-xml

Read More
How to get Xml as string from XDocument?...

c#.netxmlstringlinq-to-xml

Read More
How do I get a NameTable from an XDocument?...

c#xmlxpathlinq-to-xml

Read More
How to insert a comment in XML file using Linq...

c#linq-to-xml

Read More
get specific node from XML using XDOCUMENT...

c#.netlinq-to-xml

Read More
How to parse string XML and extract int values...

c#xmllinq-to-xml

Read More
C# Reading specific node under parent ID...

c#xmllinqlinq-to-xml

Read More
How can I stop XDocument from resolving my character entities...

c#xmllinq-to-xml

Read More
How to add the same XML tags multiple times, with different content value in (c#) .Net Core...

c#.netxmllinq-to-xml

Read More
How to read xml-file using XDocument?...

c#xmllinq-to-xml

Read More
Best way to query XDocument with LINQ?...

c#xmllinqlinq-to-xml

Read More
Robust LINQ to XML query for sibling key-value pairs...

c#linq-to-xmlrobustness

Read More
XML/C# Cannot read read attribute of an element...

c#xmlxpathlinq-to-xmlxmlreader

Read More
Tricky XML Manipulation: Create an element out of its own and other sibling's data...

c#xmllinq-to-xml

Read More
Concatenate collection of XML tags to string with LINQ...

c#linqlinq-to-xml

Read More
Replace child name by concatenating its parent name, move up at level of parent, and remove the pare...

c#xmllinq-to-xml

Read More
C# - LINQ to XML - Saving doc add extra spaces in the formatting...

c#linq-to-xml

Read More
C# - LINQ to XML - Find Descendants where the attribute starts with something...

c#linq-to-xml

Read More
Filter XML collection based on child node data in c#...

c#xmlxml-parsinglinq-to-xmlxmldocument

Read More
XML Exception: Invalid Character(s)...

c#xmllinq-to-xml

Read More
How to insert node/element in XML using Attribute...

c#xmltreeviewlinq-to-xml

Read More
How do I extract these XML elements into a List<string>?...

c#.netxmllinqlinq-to-xml

Read More
group XDocument by multiple nodes (dynamic)...

asp.net-corelinq-to-xmlxmldocument

Read More
How can I check for duplicate values in List of XElement...

c#xmllinq-to-xml

Read More
How to print <?xml version="1.0"?> using XDocument...

c#xmllinq-to-xml

Read More
BackNext