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 are the benefits of using the aggregate method in linq?
When should I use static in C#?
If casting fails what type of exception is thrown?
What is the difference between list and dictionary in c#?
What is the use of generics in c#?
What is a factory in c#?
Define a class and an object?
Can we inherit two classes in c#?
What is c sharp language?
What is the process of delegation?
Are arraylist faster or arrays?
What does string intern do?
Explain copy constructor?
What is gac? What are the steps to create an assembly and add it to the gac?
What is the difference between class and namespace?