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
Is c# easier than c++?
What is CASPOL?
Explain polymorphism in c# with a simple example?
How many types of inheritance are there in c#?
What is difference between class and interface in c#?
What are native functions?
What is dbml file in c#?
What is a cshtml file?
What is the difference between string and string in c#?
What does dbml mean?
How do I use the 'using' keyword with multiple objects?
Which are the access modifiers available in c#?
What is difference between array and list in c#?
Difference between StackPanel and RelativePanel ?
What is hashmap in c#?