Resources  
  • Execute XPath expression Action in Desktop flow using Microsoft Power AutomateNov 04, 2023. Reading this article, you can learn how to use Execute XPath expression in Desktop flow using Microsoft Power Automate
  • Verify Xpath And CSS Selector With Chrome Developer ToolsOct 10, 2022. In this article, we will discuss how to verify the xpath and css selector using chrome developer tools
  • Use of XPath in Java: Part 1Feb 19, 2015. This article describes the use of XPath in XML parsing in Java.
  • Querying XML Files Using XPATH in ASP.NETJul 20, 2011. This article basically will help you to know about XPath and how to query an XML file so that we can read only certain parts of it.
  • Querying XML Data Using XPATH Expression and the XML DOMJul 20, 2011. The following is an example of data in an XML file being queried using XPath with HTML as a front end.
  • XML Pathfinder - Sample C# Utility to Study XML Paths and XPath QueriesFeb 05, 2008. This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.
  • XPath Using HtmlAgilityPack and WebClientJun 25, 2012. In this article we have used HtmlAgilityPack to get multiple nodes using SelectNodesByPattern, which is an extension method.
  • How To Find Elements In A Webpage Using JavaScriptAug 25, 2020. Learn how to find web elements using JavaScript in Selenium WebDriver. Discover methods like getElementById, getElementsByName, and querySelector for precise element retrieval. Explore how to use JavascriptExecutor to run scripts and handle elements directly from the DOM for advanced automation tasks.
  • Overview Of Selenium LocatorsJun 26, 2017. This article explains Selenium Locators. Selenium provides us with different types of locators ID, Name, Class Name, CSS Selector, XPath, Link Text, Partial Link Text, Tag Name.
  • Interview Questions And Answers On SeleniumDec 05, 2016. Explore comprehensive interview questions and expert answers on Selenium, covering essential topics like Selenium WebDriver, test automation strategies, Java/C#/Python programming for Selenium, test frameworks (TestNG, JUnit), XPath/CSS selectors, Page Object Model (POM), and various automation frameworks.
  • XML Pathfinder - A Visual Basic UtilityNov 09, 2012. This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.
  • RSS Feed Link Reader in VB.NETNov 09, 2012. This article discusses the construction of a simple application that may used to view RSS feeds from the desktop. The application allows the user to select a canned RSS feed or to key one.
  • jQuery with ExamplesMay 06, 2010. This artilce tells about jQuery with examples and explanations. You can download source code also.
  • RSS Feed Link ReaderFeb 25, 2008. This article discusses the construction of a simple application that may used to view RSS feeds from the desktop.
  • Binding The TreeView Control to XML DataJan 15, 2008. This article explain how to bind the TreeView control to an XML file.
  • Packing List for the Pocket PC in the .NET Compact FrameworkNov 10, 2006. This article demonstrates a pocket pc packing list application to help you track moving inventory. The application is written in C# for the .NET Compact Framework (1.1) and shows you how to overcome some limitations in the framework such as scrolling a form and searching nodes in XML.
  • How to use an XML data source in ASP.NET 2.0Jun 20, 2006. XML data is a good alternative to relational database, especially for web applications. The topic that follow introduce you to the use of XML data source with ASP.NET 2.0.
  • Insert Master-Detail Data using Transact-SQLJun 24, 2005. This document explains how to utilize SQLXML in SQL Server 2000 for efficient batch operations with XML data. It outlines the process for creating stored procedures to insert, update, and delete records in a database using OpenXML.
  • Sokoban Pro Game in C#Jan 21, 2005. Sokoban Pro is a modern version of the classic Sokoban puzzle game. The game rules are extremely simple, yet the game is very challenging and addictive. The rule of the game is to move all the boxes in the right places. You can only push a box, not pull.
  • A Scheduled Application Launcher Service in C# and .NETOct 06, 2004. This an article is on launching scheduled tasks. Not quite as exciting as launching a spaceship into outer space, but…hey, even astronauts have to automate some of their day to day activities.
  • Multithreaded XML Document for Read/Write AccessJul 21, 2004. This article describes a process for using a ThreadPool within a windows service that monitors other services. It also shows how to allow multithreaded read/write access to an XmlDocument, that acts as persistent storage, using a Mutex.
  • Performance Comparison of XslTransform InputsMay 02, 2002. To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
  • Performance Comparison of XslTransform InputsMay 02, 2002. To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).