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 value which is accepted by all data types ?
Can we inherit two classes in c#?
Do loops c#?
Who benefits from ajax?
Why is main static in c#?
Why do we use void in c#?
What is iqueryable in c#?
What is the diff between System.String and System.Text.StringBuilder classes?
If the original method is not static you can declare an override method to be static or not?
Explain the types of comments in c#?
What is msil in c#?
What are the basic string operations? Explain.
What happens when thread sleep () method is called?
List down the differences between “dispose” and “finalize” methods in c#.
What are the return types in c#?