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
Are arraylist faster or arrays?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What is dictionary collection in c#?
How do I know if executenonquery is successful c#?
Is char * null terminated?
Can int be null in c#?
What is the use of convert toint32 in c#?
What is data hiding in c#?
What does typeof return c#?
Explain how to implement an object pool in c#.net
What is c# used for in the industry?
What is meaning of type safety in c#?
What are actions in c#?
What is a dimensional array?
What are the three types of predicates?