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 |
Briefly describe the roles of clr in .net framework?
What are the mobile devices supported by .net platform
what is use of entitydatasource control?
How we can multiple submit buttons in ASP.Net MVC
explain what does .edmx file contains?
Where do the reference-type variables go in the RAM ?
What are the possible razor view extensions?
What is action methods in web api?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Can we have enum in entity framework?
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
Httpcontext objects?