Why do I get errors when I try to serialize a Hashtable
Answer / kirti
XmlSerializer will refuse to serialize instances of any class that implements IDictionary, e.g. Hashtable. SoapFormatter and BinaryFormatter do not have this restriction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain Keep method in Tempdata in ASP.Net MVC?
What is asp net framework?
What is definingquery in entity framework? : Entity framework
what is scalar property?
What is the difference between entity framework and mvc?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Is .net framework backwards compatible?
What is meant by domain model?
How can I stop my code being reverse-engineered from IL
What is the mvc pattern (model view controller pattern)?
What are attributes
Can I set the unlimited length for "maxjsonlength" property in config?