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 a int in c#?
What are the Types of JIT and what is econo-JIT
What is keywords in c#?
Can we declare private class in c#?
What is the output of TextWriterTraceListener redirected?
What is a hash table c#?
How Global.asax is used ?
Explain the security with aop?
What does a constructor do c#?
What are different types of Delegates in C#?
What is a interface in c#?
What is expression tree in c#?
What is private virtual in C#?
What is a partial class in c#?
When do we generally use destructors to release resources?