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 |
What is the difference between Finalize and Dispose (Garbage collection)
Where do the reference-type variables go in the RAM ?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
Does windows 10 need .net framework?
Explain ASP.NET MVC Identity and Security?
Explain the methods used to render the views in mvc?
What does 'managed' mean in the .NET context
What are the different types of filters, in an asp.net mvc application?
Possible ways to prevent xss attacks on mvc application?
what is a mvc in asp.net?
3 Answers Cap Gemini, Elsinoir Technologies, HCL,
Can I add asp.net mvc testcases in visual studio express?