how to create data fields in xml for windows8 (c#-xaml) metro app ? how to access and parse that data ? and how to import that xml data in xaml UI? -


i'am programming windows 8 store app (metro design) c# , xaml using visual studio 2012.
there no need database server multi user support etc.my application reminder , contact notes application have remember date , time, want store data in local database , don't know database suitable needs. maybe xml? or there solutions!
if go using xml , how can create data fields in xml ?
how can import xml data in c# xaml ui ?
can please explain me example ??

you can use sqlite or xml storing data, google find lot of tutorials

sqlite

using sqlite in windows store app

sqlite windows 8 metro/winrt apps

using sqlite , sqlite-net in windows store app

tim heuer blog : tagged - sqlite

qmatteoq.com : tagged - sqlite

xml

using documents library database in windows 8 store apps

example metro app /winrt: serializing , deseralizing objects using xmlserializer storagefile , localfolder using generics , async/await threading


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -