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
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is data type in c# with example?
How do you sort an array in c#?
Explain the 3 types of properties in c# with an example?
What are the 2 broad classifications of fields in c#?
What is the difference between integer and double?
What is a view? What is the use of it?
What is an inheritance ?Give an example in which inheritance is used?
What is a web service in c#?
What does int32 mean in c#?
What issues can be faced while delivering code?
What do you mean by thread safe in c#?
Can abstract class have private constructor c#?
What is default access specifier for class in c#?
What is meant by desktop application?