Tag: xml

LINQ to XML: Easy Work in C#

ASP .NET CORE, Languages & Coding

LINQ to XML is an in-memory XML programming interface that enables XML manipulation. Similar to the...
Read More

Working with JSON in SQL Server 2016

JSON, Languages & Coding • One Comment

JSON is one of the most widely used data interchange formats. It is also a storing format in several NoSQL solutions, in particular, in...
Read More

XML performance tips

Database administration, Performance Tuning

Parsing data from XML using XQuery is a routine practice. In order to do this most effectively, little effort is required. Suppose we need...
Read More
Close