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
Name the two classes are required for implementing a windows service?
What is dataset c#?
What are different types of Delegates in C#?
Why is aws serverless?
What is an event in c#?
Is c# substring zero based?
Why are strings in c# immutable?
What is reference c#?
What is a function c#?
How to override a function in c#?
What is strong name assembly?
What are the different types of comments in c#?
What is generic collection in c#?
What is the difference between ienumerable and iqueryable?
Are enums static c#?