Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi How can i insert ,updtae,delete my data in xml file in windows phone application..permanentaly
Posted

1 solution

What do you mean by 'permanently' ? I'd assume there's a DOM implementation on the phone, no matter what language it uses, and as you've said C#, that LINQ would work too. to make it permanent, save the file you have in memory to the file system.
 
Share this answer
 
Comments
atul tr 13-Dec-12 2:19am    
So please tell me how can i insert data in xml file using linq in windows phone application.and permanently means data should not me removes when i close my appliction.while runnibg the application again that data data should be present..
Christian Graus 13-Dec-12 2:22am    
Where does the XML come from ? It will need to be saved to make it permanent, obviously. If you want to search, LINQ is best. If you want to insert values, I think the DOM is best. Either way, the web overflows with info on C# and XML, have you bothered looking ? You're asking vague questions that can only get vague answers, and if you're too lost to be able to ask specific questions, you need an in depth tutorial, not a brief forum reply.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900