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
Can a method be sealed in c#?
What are nested classes in c#?
How can i Spawn a Thread
What do you mean by the delegate in c#?
What is protected internal modifier in C#?
Will the following code compile and run?
How to block a class from being inherited further?
How do I know if executenonquery is successful c#?
Explain about finalize method?
can you allow a class to be inherited, but prevent the method from being over-ridden?
Is and as in c#?
Is c# used for any core features of windows vista?
Is inheritance possible in c sharp?
What is anonymous types in c#?
explain Garbage collector’s functionality on unmanaged code