About XML
XML stand for Extensible Markup Language and it is special communication formatted markup language which is used for encoding documents in human-readable and machine-readable format form and it mainly used for traveling data on net work or reading data from internet. XML support by many programming language platforms to create and process XML data with Simplicity, portability, platform independence and usability. These features are most important for XML. XML has been the main source of motivation for development of Service Oriented Architecture (SOA) platforms such as Web Services that are not tied to any particular language and collaborate effectively in heterogeneous environments. RSS, Atom, SOAP, XHTML are some of the standards influenced by XML.
Related resources for XML
  • Advanced ADO.NET Features for Complex Data and Async Operations7/23/2024 4:39:40 AM. ADO.NET remains essential for database interactions in . NET. Advanced features include handling complex types with SQL Server's UDTs and XML data, managing binary data with VarBinary, and leverag
  • Understanding View Binding in Android7/22/2024 4:30:54 AM. View binding is a feature that makes it easier to write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that
  • jQuery DataTable Plugin to Customize Tables in Power Pages Portal7/19/2024 9:57:14 AM. How to integrate the jQuery DataTable Plugin into custom tables within the Power Pages Portal. The DataTable Plugin enhances tables by providing features such as pagination, column filtering, efficien
  • Load XML And Show As li In AngularJS7/18/2024 3:20:27 PM. In this article, we will explore efficient XML parsing techniques and seamless integration with AngularJS's data-binding capabilities for a smooth, interactive user experience.
  • Understand jQuery Ajax Function: Read XML Data Using jQuery Ajax Function7/18/2024 3:18:31 PM. This guide delves into using the jQuery Ajax function to read and parse XML data efficiently. It covers the basics of jQuery and Ajax, demonstrating how to make asynchronous requests to fetch XML file
  • How to Convert varbinary to Base64 String in SQL Server7/12/2024 8:47:14 AM. Learn how to convert varbinary data to Base64 strings in SQL Server using XML functions and the CAST method. This tutorial provides clear steps and SQL examples for encoding binary data, crucial for w
  • Content Negotiation in .NET Core Web API7/11/2024 10:08:47 AM. Content negotiation in REST APIs allows clients to specify their preferred response format (e.g., JSON or XML) using HTTP headers like Accept and Content-Type. ASP.NET Core Web API supports this with
  • Understanding LINQ While Writing Your Own7/3/2024 8:46:22 AM. LINQ (Language-Integrated Query) in .NET offers a unified, declarative way to query diverse data sources like objects, databases, XML, and more. It simplifies data manipulation with methods like Where
  • Generating XML Root Node Having Colon-Via Serialization6/24/2024 9:00:23 AM. Generating XML dynamically with a defined schema involves handling namespaces and prefixes correctly. Using XmlElement and XmlAttribute classes helps serialize XML parts, but achieving a prefixed root
  • Copying Footers Between SharePoint Sites Using PnP PowerShell6/24/2024 4:00:07 AM. I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites i
  • Difference Between ASP.NET MVC And ASP.NET6/20/2024 10:12:23 AM. ASP.NET MVC offers an action-based approach, enhancing code reusability over traditional ASP.NET. It supports diverse response types like HTML, JSON, and XML, adapting views based on conditions, ensur
  • Convert Generic List Into XML In ASP.NET MVC6/19/2024 9:55:07 AM. In this tutorial, learn to convert dynamic data stored in generic lists to XML files using ASP.NET MVC. This approach simplifies managing complex data types, such as customer orders with multiple item
  • Using C# and OpenXML to Read Large Excel Files6/18/2024 4:20:20 AM. Learn how to efficiently read large Excel files using C# and OpenXML in this comprehensive guide. Explore techniques to handle big data within Excel, leveraging the power of OpenXML SDK for performanc
  • Export And Import Excel File Using ClosedXML In ASP.NET MVC6/14/2024 10:40:56 AM. Learn how to seamlessly export and import Excel files in ASP.NET MVC using ClosedXML. This tutorial covers uploading Excel files, reading data into a DataTable, and displaying it in a view.
  • Generating Public/Private Keys In C# And .NET 6/14/2024 10:40:14 AM. How to generate public/private key in C#. Asymmetric cryptography also known as public-key encryption uses a public/private key pair to encrypt and decrypt data. In .NET, the RSACryptoServiceProvider
  • Fetching Data From XML File To SQL Database6/12/2024 7:01:05 AM. This article provides tips on creating an SQL table using an XML file and importing data into it. It covers creating a DataTable from an XML file, generating an SQL table from the DataTable, and using
  • Create Bluetooth Android Application Using Android Studio6/11/2024 12:38:37 PM. Learn to create a Bluetooth Android app using Android Studio. This guide covers setting up Android Studio, designing the app with XML, coding functionality in Java, adding Bluetooth permissions, and r
  • Web API6/11/2024 12:06:54 PM. A Web API (Application Programming Interface) enables applications to communicate over the internet. Using protocols like HTTP and data formats such as JSON and XML, Web APIs facilitate interaction be
  • Convert an Embedded Resource into an XML File in WPF C#6/6/2024 4:49:04 AM. When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during ru
  • DataSets in Microsoft .NET6/5/2024 5:08:31 AM. ADO.NET was designed to meet the needs of this new programming model: disconnected data architecture, tight integration with XML, common data representation with the ability to combine data from multi
  • An Overview Of Web Services In .NET6/4/2024 9:50:10 AM. A web service is an XML-based information exchange system that creates direct interaction between the two applications over the internet or network in order to exchange data or information.
  • Read XML in C#5/31/2024 10:03:18 AM. Learn to parse and manipulate XML data in C# effortlessly. Utilize XML readers, XPath, or LINQ to XML for efficient XML processing. Handle XML documents, elements, attributes, and namespaces seamlessl
  • Reading and Manipulating an Xml file Using C#.Net (Including Images)5/31/2024 10:01:39 AM. Develop a Windows application to read an XML file and perform insert, search, update, and delete operations on student records. The form includes a DataGridView, PictureBox, OpenFileDialogs, Labels, T
  • WADL vs WSDL: The Battle of Web Service Descriptors5/30/2024 4:41:19 AM. Explore the significance and evolution of WSDL and WADL in web service description. WSDL, tailored for SOAP-based services, contrasts with WADL, simpler and geared towards RESTful services. While WSDL
  • Opening file from location: AppxManifest.xml failed with error: Access is denied.5/28/2024 11:57:32 AM. Encountering deployment errors in Universal Windows App on Visual Studio 2015 Update 3 due to access denied issues. This typically happens when Visual Studio lacks write permissions in the project fol
  • Reflecting Data to .NET Classes: Part II5/27/2024 11:58:38 AM. This article continue the series of Reflecting Data to .NET Classes. In the first article, we discussed the concept “Reflecting Data”. The techniques behind it were also explained and demonstrated. Th
  • Web Service Class and Directive in ASP.NET5/15/2024 1:46:08 PM. A look at the options for configuring a Web Service using the Web Service class of the System.Web.Services namespace and directives that are available with ASP.NET.
  • Kiss Your Databse Only Once!!!5/9/2024 11:52:37 AM. Kiss Your Database Only Once" advocates for efficient database interaction, emphasizing the DRY principle. By centralizing database access, it enhances code maintainability, readability, and perf
  • Display an RSS Feed Using XSLT5/9/2024 11:51:36 AM. Displaying an RSS feed using XSLT involves transforming XML data into HTML for presentation. XSLT templates define how RSS elements are formatted, facilitating clear and structured content rendering o
  • Serialization And Deserialization in .NET5/8/2024 10:11:00 AM. Serialization in .NET transforms objects into a format suitable for storage or transmission, facilitating data interchange. Deserialization reverses this process, reconstructing objects from the seria
  • MVC 4 WEB API .NET 4.55/1/2024 11:35:21 AM. This article introduces the concept of exposing a Web API from ASP.NET MVC4, allowing clients to retrieve data in various formats such as JSON, XML, and HTML. It highlights the purpose of using HTTP a
  • Learn About AJAX Security4/26/2024 11:59:11 AM. Explore the swift and interactive technology of AJAX in web development, its implementation using JavaScript, XML, and HTML, and its security vulnerabilities such as session management flaws, CSRF, an
  • Binding XML Data to a WebForm Control in ASP.Net4/26/2024 10:30:13 AM. Create a Web Application in Visual Studio 2010 to store product details in XML format. Display product details in a GridView and add an advertisement banner using AdRotator control. Bind XML data to t
  • .NET Serialization4/24/2024 1:26:20 PM. Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US Vi
  • Introduction To Serialization In .NET4/23/2024 7:22:38 AM. In this article, we will Learn about various serialization formats like binary, XML, and JSON, along with serialization attributes and best practices for efficient data handling and persistence within
  • Remote Procedure Calls using SOAP4/4/2024 9:32:03 AM. Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
  • Learn JSX and React Components4/3/2024 4:32:20 AM. A brief idea about the JSX and React Components.
  • Deletion of Record using Power Shell Script with FetchXML Query in D3653/23/2024 4:14:02 PM. Deletion of Contact Record using Power Shell Script with FetchXML Query in D365
  • Converting Strings in C#: JSON, Base64, XML, CSV and Reverse3/22/2024 10:15:42 AM. Discover Ziggy Rafiq's comprehensive guide on converting strings to JSON, Base64, XML, and CSV formats using C#. Plus, learn how to reverse the process effortlessly. Don't miss out on this mus
  • Creating Excel/Word/HTML Document Using C#3/21/2024 9:42:32 AM. This article presents a method for generating Excel/Word/HTML documents in C# using ADO.Net dataset. By internally generating XML and XSL documents, it transforms them into well-formatted HTML files.
  • Inserting List of Records into Single SQL Column As XML File In ASP.NET MVC3/13/2024 8:39:38 AM. This tutorial guides you through the process of converting a list of records into XML and inserting it into a single SQL column, streamlining data storage and retrieval in your application.
  • Creating Custom NuGet Packages in C#3/10/2024 9:32:06 AM. Learn how to create custom NuGet packages in C# with this step-by-step guide. Set up a project, add components, create a .nuspec file, package your project, and optionally publish to nuget.org.
  • How to Create Custom SharePoint Content Type using Visual Studio2/29/2024 10:18:28 AM. Create custom SharePoint 2010 Content Types in Visual Studio 2010. Utilize Features and Elements.xml for customization. Define ContentType attributes like ID, Name, Group, Description, and Version. Le
  • Customize Your Office Installer Using Office Deployment Tools2/28/2024 10:54:47 AM. Customize your Microsoft Office installer effortlessly with Office Deployment Tools. Tailor settings, configurations, and deployment strategies to fit your organization's needs using command-line
  • D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShell2/20/2024 6:08:48 AM. Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned fo
  • Android Responsive Login Screen Design using Constraint Layout2/16/2024 3:24:08 AM. In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
  • Learn about ToolTip in WPF2/14/2024 7:11:29 AM. The ToolTip element in XAML adds a tooltip to a WPF control. The ToolTip class represents a tooltip in C#. The ToolTip property of a control represents the tool tip of the control. Code examples in th
  • Display Record Using The ModalPopupExtender Control in AJAX2/14/2024 4:23:09 AM. This tutorial provides a comprehensive guide to implementing Ajax (Asynchronous JavaScript and XML) techniques in web development, particularly focusing on interactive websites.
  • Visual Studio Feature: Convert JSON or XML to Classes1/30/2024 11:49:16 AM. In this article, I will demonstrate how to use the Visual Studio feature Paste JSON as Classes or XML as Classes. This feature was introduced in Visual Studio 2013. This compelling feature will help t
  • Using XML Key-Value Pairs in C# as a Dictionary1/30/2024 6:15:02 AM. To represent key-value pairs in XML, you typically use elements and attributes. how to represent key-value pairs in XML using C#. It covers XML file creation, interface and enum implementation, and m
  • DropDown List Using XML in ASP.Net C#1/11/2024 5:32:11 AM. The first dropdown, "ddldist," displays district names, and the second dropdown, "ddltaluka," displays taluka names based on the selected district. The C# code uses the Page_Load m
  • How To Invoke SOAP Web Service in MuleSoft12/24/2023 10:34:46 AM. In this article, you will learn how to invoke SOAP Web Service from the MuleSoft application. SOAP (Simple Object Access Protocol) is a protocol for exchanging structured information in the implementa
  • Create XML in C#11/17/2023 11:41:22 AM. In this article, we will learn how to create an XML file in-memory and write it to the local storage using C# and .NET.
  • Get XML element value Action in Desktop flow using Microsoft Power Automate11/3/2023 5:26:47 AM. Reading this article, you can learn how to Get XML element value in Desktop flow using Microsoft Power Automate.
  • Write XML to File Action in Desktop Flow using Microsoft Power Automate10/31/2023 8:53:48 AM. Reading this article, you can learn how to Write XML to file in Desktop flow using Microsoft Power Automate. Reading this article, you can learn how to Write XML to file in Desktop flow using Microso
  • Read XML From File Action in Desktop Flow using Microsoft Power Automate10/30/2023 8:12:08 AM. Reading this article, you can learn how to Read XML from file Action in Desktop flow using Microsoft Power Automate
  • Creating Excel File Using OpenXML10/27/2023 6:10:41 AM. In this article I will explain how to create an Excel file using C# without any third party paid dll files or Microsoft Interop services, but OpenXml dll, which is free and available in a nuget packag
  • New Dataset Features In ADO.Net 2.010/12/2023 4:58:43 AM. ADO.NET class libraries are used for accessing data from a wide range of data sources. One of the best features in ADO.Net is DataSet.Even though it was an exciting feature, performance was a concern
  • How To Render Avatar Images From XML Data In Blazor?10/11/2023 5:48:05 AM. In this scenario, you'll need to read XML data, parse it, and then render avatar images inside a popup component in a Blazor application. This involves creating a data model, a service to handle X
  • ClosedXML Excel Printing settings10/6/2023 5:45:20 AM. This article will describe all the printing settings available in CloseXML excel library.
  • Reading and Writing XML in C#10/4/2023 8:56:02 AM. In this tutorial, you will learn how to read and write XML documents in Microsoft .NET using C# language.
  • Implementing Multiple Sitemaps10/2/2023 6:57:30 PM. This article explains how to control the display of nodes for different user, while using treeviews and sitemaps.Implementing multiple sitemaps involves creating separate sitemap files for different s
  • Use Of Serialization In C#9/24/2023 8:23:14 PM. In this article I will demonstrate the use of serialization and how to perform XML serialization.
  • Sorting with DataGridView using C#.9/20/2023 12:07:30 PM. In this article I m going to discuss how to use DataGridView in window form and how to bind data from the XML file.
  • TraceListener Classes in C# 9/8/2023 11:45:31 AM. TraceListener classes in C# are a part of the System.Diagnostics namespace and are used to capture and route diagnostic information (traces) generated by an application. These classes are essential fo
  • Testing .Net Components Using NUnit9/6/2023 4:47:07 AM. Write unit tests before starting development. Writing test allows me to see immediate results of every code change.
  • Oracle Data Provider for .NET : Part VII9/5/2023 6:08:17 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Easily Find Tags and Values in a Large Xml Document Using XmlTextReader in C#9/1/2023 4:09:34 AM. Parsing large XML documents efficiently can be a challenge due to memory constraints. This approach utilizes the XmlTextReader class in C# to extract specific tags and their corresponding values from
  • Exploring the Diverse Flavors of LINQ with Examples8/22/2023 11:52:01 AM. LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and
  • Implementing AJAX for Editing Data and Updating the Database in ASP.NET MVC8/7/2023 5:04:45 AM. Implementing AJAX for editing data and updating the database in ASP.NET MVC allows you to enhance the user experience and responsiveness of your web application. AJAX (Asynchronous JavaScript and XML)
  • Object Relational Mapping (ORM) Using NHibernate - Part 1 of 87/31/2023 5:28:18 AM. To establish the ideas of Object Relational Mapping Internals, Nhibernate fundamentals, Intemediate and Advanced coding concepts using NHibernate more clearly (for me and hopefully to readers).
  • Learning LINQ Made Easy (LINQ to XML)7/28/2023 8:41:20 AM. This article is the next article in LINQ learning tutorials which will cover LINQ to XML basics.
  • HTML Vs XML - Whats The Difference?7/26/2023 12:15:47 PM. In this article, you will learn about HTML vs XML.
  • XML Signatures in Microsoft .NET7/18/2023 5:26:02 AM. In this article we will explore XML Signature specification from W3C and its implementation in .NET using C#.
  • Using LINQ with C#7/13/2023 6:40:05 AM. LINQ introduces a standard, unified, easy-to-learn approach for querying and modifying data. In this article, you'll learn basics of LINQ and how to use LINQ in C#.
  • XML Manipulation In C#6/12/2023 9:08:02 AM. This article describes how to add, delete, update, and select nodes in XML in C#. We will use mostly XDocument and XMLDocument class to manipulate XML data.
  • From Zero To Hero In JSON With C#6/7/2023 9:41:18 AM. In this article, you will learn about JSON with C#.
  • Power Pages - Dynamic execution of long FetchXML without $batch5/17/2023 9:52:33 AM. Dynamic execution of long FetchXML without $batch
  • How to Use XMLHttpRequest in JavaScript?3/25/2023 7:27:37 PM. The XMLHttpRequest object is useful if you want to send and retrieve data from a server without reloading the current page.
  • Include XML Comments In Swagger under ASP.NET Core 2.23/22/2023 6:33:21 AM. In this article, you will learn how to include XML Comments in Swagger under ASP.NET Core 2.2.
  • Multiple Views And Access To XML Files With .NET For iOS3/21/2023 10:28:10 AM. You will learn how to build an iPhone app using multiple views, recording, and extract data of XML files, using .NET for iOS and the XCode Interface Builder.
  • FOR XML In SQL Sever3/7/2023 6:20:27 AM. In this article, we are going to discuss FOR XML Path Clause in SQL Server.
  • Using For XML Clause In SQL Queries3/7/2023 6:20:11 AM. For XML clause is used to convert the SQL result set into XML format. It is a very much helpful clause when we need XML data from the SQL result set. The FOR XML clause can be used in top-level querie
  • Merge Statement Using XML Data in SQL Server2/24/2023 8:53:47 AM. This article explains the Merge statement in SQL Server. With the Merge statement we can merge the data from a source table into a target table.
  • XML Serialization in practice: Preparing The Central Bank Service2/17/2023 10:38:57 AM. Learn XML serialization in practice. In the second part of our article, we will get acquainted with XML serialization and look at the use of the Central Bank's XML service in real practice.
  • Create Lookup Field In Existing SharePoint List Using REST API Schema XML2/6/2023 9:47:26 AM. In this article, we will learn how to create lookup field in existing SharePoint list using REST API and schema XML. The REST API enables us to communicate with SharePoint using standard HTTP methods,
  • Cursor and XML Strore Procedure in SQL1/31/2023 6:41:16 AM. How to use Cursor and XML together in SQL Stored Procedures.
  • XML Data Type In SQL Server1/30/2023 7:31:44 AM. In this article, we will read about XML data type and also some advantages and limitations of XML data type over relational data types.
  • XML Data Type in Microsoft SQL Server 1/30/2023 6:58:35 AM. In this article, we will see about XML data type in Microsoft SQL Server 2005.
  • Insert and Update in SQL Using User-Defined Table Type and XML1/24/2023 11:04:21 AM. This article shows how to insert and update in SQL Server using user-defined table type and XML.
  • Using XML Comments As Web API Documentation With Swagger1/18/2023 10:35:23 AM. This article demonstrage how to use C# XML Comments as a Web API documentation with Swagger.
  • Data Parsing SQL to JSON1/12/2023 1:26:51 PM. This article explains how to convert one type of data into another then again repeat the procedure for converting that type of data into another form.
  • How to Read XML file and XML String through SQL Stored Procedure1/10/2023 11:21:53 AM. In this article I will explain reading XML data from XML String \ XML File through SQL Stored Procedure.
  • Convert XML Files Data To List Of Object11/13/2022 12:23:18 PM. In this blog, we learn how to get all XML files from a specific location and convert it's data into the C# object.
  • Generating An Excel File Through A List Of Objects In ASP.NET MVC10/7/2022 7:19:26 AM. The purpose of this article is to facilitate the generation of an Excel file from a list of objects passed as parameters, allowing the choice of columns to be displayed and also the merging of cells w
  • Improving The Fetch XML Performance In Dynamics CRM9/20/2022 10:55:43 AM. The articles shares the information and steps to improvise the performance of FetchXML query in DataVerse
  • XML with C#8/25/2022 7:17:34 AM. Through this article you will learn how to handle XML in c#.
  • XML Serialization and Deserialization in C#8/23/2022 6:23:26 AM. In this article I would like to demonstrate a generic XML Serialization/Deserialization process.
  • How To Read Data From An Excel Sheet8/3/2022 11:23:23 PM. In this article, you will learn how to read data from an excel sheet using C#.
  • Rock Your Code: XML Documentation Of Code For Microsoft .NET7/31/2022 10:53:00 PM. In this article, you will learn about XML Documentation of code for Microsoft .NET.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download