C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(2)
Vijay Prativadi(1)
Resources
No resource found
Add Attribute to XML Using LINQ to XML
Oct 15, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ to XML. add a new XAttribute to XML with help of a LINQ query.
Reading XML Attributes using LINQ to XML in Silverlight
Nov 29, 2010.
This code snippet demonstrates how to load an XML file and reads its nodes and their attributes in a Silverlight application using LINQ to XML.
Reading and Writing XML using XLinq
Jun 21, 2007.
XLinq is a new API to work with XML using LINQ. XLinq is more flexible, simple, and faster programming model to read, write, manipulate, and traverse XML documents.