Answer Posted / saxena
XmlSerializer in the .NET Framework is a great tool to convert Xml into runtime objects and vice versa.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is hashtable in c# net with example?
What are the methods in c#?
What is datatable and dataset in c#?
What is difference between private and protected in c#?
What are nested classes in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is difference between float and decimal?
What is a c# delegate?
What is the output of TextWriterTraceListener redirected?
What is the difference between array and arraylist c#?
Why do we need properties in c#?
What is the meaning of int parse in c#?
What is an enumerator in c#?
Are tuples mutable c#?
What is null character in string?