Which is the best way for keeping the data in XML or SQL
server..and why?
Answer Posted / sharmin jose
This is a very tricky question. Is it for a long term use
or short term use? If its for a long term then SQL server
is the answer and XML for short term.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is linq c#?
What is tpl in c#?
List the 5 different access modifiers in c#?
Are c# tuples immutable?
What is out in c#?
Describe a Struct ?
Can an array be null c#?
What is difference between string and stringbuilder in c#?
What is the difference between private and protected in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?
List some of the common data providers for ado.net framework?
What are the uses of namespaces?
What's difference between constants and static readonly?
What is expression tree in c#?
Tell me the difference between call by value and call by reference.