Which is the best way for keeping the data in XML or SQL
server..and why?
Answer Posted / srinivas
we can store the data in both xml and sql server, but the difference is you can store the static data in xml file like error messages, captions or menu items. But its not good for storing application data(it should store in any RDBMS)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the initial catalog parameter define in the connection string?
Difference between debug.write and trace.write?
How do you implement thread synchronization in c#?
What are reflections in c#?
What is the meaning of int parse in c#?
Is learning c# hard?
What is the difference between // comments, /* */ comments and /// comments?
What is a string in c#?
What are namespaces, and how they are used?
What is the purpose of the integer parse method the decimal parse method?
How can you read 3rd line from a text file?
What is private virtual in C#?
What is master page in asp net c#?
What is asynchronous one-way calls?
What are the different approaches of passing parameters to a method?