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 |
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is presentation framework?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is Value type and reference type in .Net
How big is the char ?
What is the difference between managed and unmanaged code?
Where is tempdata stored?
what is entity sql?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
What are the advantages of asp.net mvc?
explain lazy loading, eager loading, and explicit loading?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).