c# learning

Banned
23Sep2011,17:32   #1
sbsl's Avatar
which one is better to use with c#?
xml or sql
Go4Expert Founder
23Sep2011,21:45   #2
shabbir's Avatar
The one that suits your need because both have their own set of advantages.
Banned
22Oct2011,14:36   #3
hitesh123's Avatar
we can use both xml and sql....but not familier with xml iam using with sql....it quite good and easy.
Go4Expert Member
8Nov2011,02:15   #4
masterwarner's Avatar
Depends on size of data dude, if you have very large dataset, do use SQL. I basically use xml for storing configurations.