XML or Extensible Markup Language is an information format or simply a language understood by human and machines. The data in shared over the World Wide Web or the internet and has similarities with HTML.
XML is a markup language, not a programming language
Let us assume, I have an XML file and I want to extract data from it using JavaScript. Before I do anything with the extracted data, I want to store data from each attribute in an array. So, how do I ...
If you using XML data for your web applications, then I am sure, the example in this article will be useful for you, especially, if you have designed the app using Asp.Net. Web developers often use a ...
I have written many articles before on how to read data from an XML file using LINQ in Asp.Net. Articles such as using LINQ Contains method to do SQL Like search and how to find the next or previous ...
The code snippet in this post is in response to a mail that I have received a few days back from a user, who asked me, how to query and fetch data from an XML file using LINQ in descending Order ...
If you have worked with SQL Server, then I am sure you have used the SQL LIKE operator to fetch a specified pattern in your SQL table. The LIKE uses a “%” (percent) sign to fetch a pattern. However, ...
Let me show you how to traverse through an XML document using LINQ in Asp.Net. LINQ provides properties that are useful to navigate through various elements in an XML document. Like a database, you ...
We often use an HTML list item element or <li> to add an item in a list. The <li> sits inside a parent element such as the <ol> (the ordered list) or the <ul> (unordered list). Usually, we add ...
We are in the age of visual culture and having said that images play a very important role in displaying your work, product etc to your audience. You need images for your online store, publish ...
While browsing the net, you might have come across websites that display their products using Images. Businesses around the world now rely heavily on using beautiful thumbnail images to attract their ...