Which is the best way for keeping the data in XML or SQL
server..and why?
Answer Posted / manish
There are different point of view but under it there is a
catch ... SQL SERVER stores the data in XML format only.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference while using directive vs using statement ?
Why cannot you specify the accessibility modifier for methods inside the interface?
What are some examples of desktop applications?
What is constructors, explain with syntax
What exception can an overridden method throw in comparison with the method it is overriding?
Are objects passed by reference in c#?
Why are c# strings immutable?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Differentiate between object pooling and connection pooling in c#?
How does array sort work?
What is the relation between classes and objects?
Define sealed classes in c#?
What is the default value of object in c#?
How do I unload an assembly?
What is for loop in c#?