Which is the best way for keeping the data in XML or SQL
server..and why?
Answer Posted / nazrul
We can keep our data in both XML or SQL Server depend on
reqirement.
1)xml is good for small database where manipulation is not
frequent.data connection is also light in xml.
2)xml is good where we have to convert our data in diffrent
database like ms-Access.
Sql is good where we need manipualation frequently.and
data is big.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the main purpose of delegates in c#?
Define c# i/o classes?
What are the classes contained in a single .NET DLL ?
What is application object in c#?
What are the two uses of a ‘using’ statement in c#?
Who benefits from ajax?
What is list array in c#?
What are get and set in c#?
What is managed or unmanaged code?
Can we change static variable value in c#?
What is the difference between dataset and datatable in c#?
Why we use get and set method in c#?
What is datareader c#?
Where are value types stored in c#?
What is the difference between a private assembly and a shared assembly?