TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
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.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (4)
Sanjay Kumar (3)
Vijay Yadav (3)
Vijayaragavan S (3)
Rahul Kumar Saxena (2)
Jejji Arora (2)
Vithal Wadje (2)
Ajay Kumar (2)
Anoop Kumar Sharma (2)
Prashanth Chindam (2)
Senthilkumar (2)
Vidya Vrat Agarwal (2)
Allam Purushotham (2)
Krishnan LN (1)
Erika Ehrli (1)
Jeeva Subburaj (1)
Nakkeeran Natarajan (1)
Sreenath Kappoor (1)
Chetan Sanghani (1)
Jay Kumar (1)
Sibeesh Venu (1)
Sourav Kayal (1)
Jaimin Shethiya (1)
Rasul Huseynov (1)
Shweta Lodha (1)
Keyur Pandya (1)
Pradeep Yadav (1)
Altaf Ansari (1)
Abubackkar Shithik (1)
Raghavnayak (1)
Adalat Khan (1)
Ayush Gupta (1)
Tin Lam (1)
Akshay Teotia (1)
Anup Hosur (1)
Amit Patel (1)
Sandeep Mishra (1)
Megha Goyal (1)
Humza Tufail (1)
Ranjith (1)
Jithu Thomas (1)
Ziggy Rafiq (1)
Sanjay Kumar (1)
Vijai Anand Ramalingam (1)
Mohamed Shifan (1)
Davin Martyn (1)
Jignesh Kumar (1)
Vikas Pawar (1)
Raj Kumar (1)
Rafnas T P (1)
Amit Kumar Agrawal (1)
Shaily Dubey (1)
Harminder Singh (1)
Scott Davis (1)
Shirsendu Nandi (1)
Purushottam Rathore (1)
C# Curator (1)
Ian Stallings (1)
Rama Mohan (1)
Liju Gopalan (1)
Raj Bhatt (1)
Jaimin Patel (1)
Anand Lakshminarasimh (1)
Abhishek Kumar (1)
Simran Verma (1)
lsitaraman (1)
Manas Mohapatra (1)
Afzaal Ahmad Zeeshan (1)
Shriram Pophali (1)
Mahesh Alle (1)
Ali Benchaaban (1)
Enrique Aguilar (1)
Kirtesh Shah (1)
Rohol Amin (1)
Rakesh Kalluri (1)
Tural Suleymani (1)
Santosh Sarnobat (1)
Sudheendra Rao Bilamkar (1)
Pankaj Kumar Choudhary (1)
Ratnesh Singh (1)
Saineshwar Bageri (1)
Pasang Tamang (1)
Related resources for XML
No resource found
Serialization and DeSerialization in C#
10/21/2024 10:18:19 AM.
Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binar
Using XML and XSLT
10/15/2024 11:27:26 AM.
XSLT (XML Stylesheet Transformation) is a powerful language used for converting XML documents into various formats. It utilizes an XSLT processor to parse input XML and the associated stylesheet, exec
Insert Master-Detail Data using Transact-SQL
10/1/2024 4:54:39 AM.
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 recor
Geographical Information by IP Address in ASP.NET and C#
9/23/2024 9:27:00 AM.
This article explains how to obtain geographical information about website visitors using their IP addresses. It showcases a free service from iplocationtools.com that provides data in XML, JSON, and
Efficient Package Management in Large Enterprises with Directory.Packages.props
9/23/2024 6:48:31 AM.
Managing NuGet package versions in large C# solutions can be challenging. The Directory.Packages.props file simplifies this by allowing you to define package versions in one central location, ensuring
Export Data Table To Excel in ASP.Net MVC 4
9/5/2024 11:09:19 AM.
This article demonstrates exporting a Data Table to Excel in ASP.NET MVC. It covers creating a new project, adding a ClosedXML reference, and setting up models and controllers. It details fetching dat
Import Or Export SharePoint Taxonomy Groups, Term Sets & Terms Using PnP PowerShell
8/20/2024 10:54:46 AM.
This article explores how to efficiently import and export taxonomy groups, term sets, and terms within SharePoint using PnP PowerShell. It covers methods involving text files, XML, and arrays, levera
What is a Sitemap and How to Use It?
8/9/2024 5:17:15 AM.
A sitemap is a crucial tool for website optimization, aiding search engines in indexing your site efficiently. This guide explores the definition, types, and benefits of sitemaps, including XML and HT
Web API
8/8/2024 5:21:25 AM.
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
Create XML in .NET Core API and Send to Stored Procedure Using Dapper
7/30/2024 10:43:10 AM.
Learn how to create and send XML data to a stored procedure in a .NET Core Web API. This guide covers setting up a .NET Core Web API project, generating XML from data models, using Dapper for database
Advanced ADO.NET Features for Complex Data and Async Operations
7/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 Android
7/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 Portal
7/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 AngularJS
7/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 Function
7/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 Server
7/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 API
7/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 Own
7/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 Serialization
6/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 PowerShell
6/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.NET
6/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 MVC
6/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 Files
6/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 MVC
6/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 Database
6/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 Studio
6/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
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 .NET
6/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 .NET
6/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 Descriptors
5/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 II
5/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.NET
5/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 XSLT
5/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 .NET
5/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.5
5/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 Security
4/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.Net
4/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 Serialization
4/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 .NET
4/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 SOAP
4/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 Components
4/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 D365
3/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 Reverse
3/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 MVC
3/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 Studio
2/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 Tools
2/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 PowerShell
2/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 Layout
2/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 WPF
2/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 AJAX
2/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 Classes
1/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 Dictionary
1/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 MuleSoft
12/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 Automate
11/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 Automate
10/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 Automate
10/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 OpenXML
10/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.0
10/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 settings
10/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 Sitemaps
10/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 NUnit
9/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 VII
9/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 Examples
8/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 MVC
8/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 8
7/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 .NET
7/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 $batch
5/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.2
3/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 iOS
3/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 Sever
3/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 Queries
3/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 Server
2/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 Service
2/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 XML
2/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 SQL
1/31/2023 6:41:16 AM.
How to use Cursor and XML together in SQL Stored Procedures.
XML Data Type In SQL Server
1/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 XML
1/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 Swagger
1/18/2023 10:35:23 AM.
This article demonstrage how to use C# XML Comments as a Web API documentation with Swagger.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download