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


Please Help Members By Posting Answers For Below Questions

If you define a user defined data type by using the struct keyword, is it a value type or reference type?

671


What is data type in c# with example?

702


How do you sort an array in c#?

669


Explain the 3 types of properties in c# with an example?

716


What are the 2 broad classifications of fields in c#?

701






What is the difference between integer and double?

649


What is a view? What is the use of it?

758


What is an inheritance ?Give an example in which inheritance is used?

715


What is a web service in c#?

746


What does int32 mean in c#?

627


What issues can be faced while delivering code?

1665


What do you mean by thread safe in c#?

628


Can abstract class have private constructor c#?

694


What is default access specifier for class in c#?

645


What is meant by desktop application?

664