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
Explain the difference between a Private Assembly and a Shared Assembly
How to find type of variable?
Why do we need delegates?
How do you sort an array in c#?
What is the implicit name of the parameter that gets passed into the class set method?
Is stringbuilder better than string?
Can I fly with a loop recorder?
What is tryparse c#?
What is the difference between arraylist and list in c#?
What are value types and reference types?
What is an enumerator in c#?
What is stringreader in c#?
Can dictionary have duplicate keys c#?
How do I format a string in c#?
Define constructor in c#.