Which is the best way for keeping the data in XML or SQL
server..and why?
Answer Posted / amit kumar
U shuld store ur data in Xml bcoz XML is harware and
software indepened language its used wide variety of
company
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ref and out in c#?
What is main thread in c#?
What is array c#?
Are there functions in c#?
Explain polymorphism in c# with a simple example?
Is null empty or whitespace c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is the main purpose of xml?
Why do we use void in c#?
If I want to override a method one of class A and in class b then how do you declare?
What is the difference between ref and out parameters in c#?
Write the syntax for catching an exception in c#?
What is the use of tryparse in c#?
Can an abstract class inherit from another abstract class c#?
what is IEquatable