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 poco c#?
What is extension method in c# and how to use them?
How many kinds of elements an array can have?
Are c# references the same as c++ references?
What is difference between c sharp and c#?
What is the property of class?
Can you inherit from a static class in c#?
What is the namespace for datatable in c#?
What is default class in c#?
Is c# a keyword?
What is writeline?
What is jagged array?
How many root nodes are there in an xml document?
How do you declare an interface in c#?
How many bytes is an int?