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
Ravi Fulani
NA
29
505
XML File node insertion via linq
Jul 3 2019 7:29 AM
Hi,
I have a xml list via API call, now to particular account_id I want to append my data. Below is the format of my file. Can someone let me know how can I do that.
Also I need Linq query to extract data of one accout_id.
<time_entries_set><time_entry_sets><time_entry_set><employee><account_id>4331659453</account_id></employee><start_date>2019-07-02</start_date><end_date>2019-07-02</end_date><time_entries/></time_entry_set><time_entry_set><employee><account_id>4331659452</account_id></employee><start_date>2019-07-02</start_date><end_date>2019-07-02</end_date><time_entries/></time_entry_set><time_entry_set><employee><account_id>4331659455</account_id></employee><start_date>2019-07-02</start_date><end_date>2019-07-02</end_date><time_entries/></time_entry_set><time_entry_set><employee><account_id>4331659454</account_id></employee><start_date>2019-07-02</start_date><end_date>2019-07-02</end_date><time_entries/></time_entry_set><time_entry_set><employee><account_id>4331659449</account_id></employee><start_date>2019-07-02</start_date><end_date>2019-07-02</end_date><time_entries/></time_entry_set></time_entries_set>
Reply
Answers (
2
)
In C# using BeginTransaction,CommitTransaction and Rollback
How to validate Email,password,Mobile Number in Angular