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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bhavna Chaudhri
NA
529
20.6k
List to XML in C#
Nov 22 2020 12:18 AM
How to convert list<order> to XML in C#
public
class
Order
{
public
string ItemCode { get; set; }
public
string ProductName { get; set; }
public
Int Qty { get; set; }
public
double
Price { get; set; }
public
double
TotalAmount { get; set; }
}
Reply
Answers (
1
)
ACR122u -A9 RFID reader how to make a read and write in a form
How to update table row in asp.net using javascript