Why is XmlSerializer so slow
Answer / kirti
There is a once-per-process-per-type overhead with XmlSerializer. So the first time you serialize or deserialize an object of a given type in an application, there is a significant delay. This normally doesn't matter, but it may mean, for example, that XmlSerializer is a poor choice for loading configuration settings during startup of a GUI application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain Bundle.Config in ASP.Net MVC4?
How can we determine action invoked from HTTP GET or HTTP POST?
Can you explain renderbody and renderpage in mvc?
What is the need of Action Filters in ASP.Net MVC
what do you mean by table-per-hierarchy?
What are the Core features of ASP.NET MVC?
what is linq to entities?
Does .NET Framework support SAX?
What is objectset? : Entity framework
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What is the difference between windows vista and .net framework 3.0 ?
what are partial classes?
12 Answers Digimaker, HP, N Tech, TCS,