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 a struct in C#?
Why singleton pattern is used in c#?
What are extender provider components? Explain how to use an extender provider in the project.
Can a loop recorder detect a heart attack?
What do you mean by sealed classes and static classes?
How can I make sure my c# classes will interoperate with other .net languages?
What Happens In Memory When You Box And Unbox A Value-type?
What exactly is serverless?
what is a destructor?
What is default class in c#?
Why do we need nullable types in c#?
What sort algorithm does c# use?
Why linq is having select clause at the end?
Why References are stored on heap and variables on stack?
How Global.asax is used ?