how is data stored in C#
I just wish to know how is data stored in C#.I mean, i wish to create an application where user can store some numbers.I want to distribute it.The users can then add/remove any number.SO where does these numbers get stored.If i user SQL, do i need to make them install SQL server too?
Dhruv JainPosted Sep 22, 2012, 4:52 AM
kianu rievesPosted Sep 20, 2012, 12:35 AM
Dhruv JainPosted Sep 18, 2012, 8:32 AM
Sukesh MarlaPosted Sep 17, 2012, 4:54 AM
if you want permament storage, go with sql server else will be fine.
List