Answer Posted / 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 |
Post New Answer View All Answers
What is the use .Glimpse in ASP.Net MVC
Which version of .net framework is installed?
In which assembly is the mvc framework defined?
What is routeconfig.cs in mvc 4?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Explain Keep method in Tempdata in ASP.Net MVC?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are Model Binders in ASP.Net MVC?
How does �side by side� work for the .net framework 3.0?
What is the difference between viewbag and viewdata in mvc?
what is entity framework?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
explain why t4 entity is important in entity framework?
What is display mode in mvc?
What is ViewData and TempData in ASP.Net MVC?