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
Explain the methods used to render the views in ASP.Net MVC?
What is the difference between model and entity?
Is .net framework backwards compatible?
What are the advantages of asp.net mvc?
How we can handle the exception at controller level in ASP.Net MVC?
What is Dependency Injection in ASP.Net MVC
What is model first? : Entity framework
How to enable Attribute Routing?
Can I add mvc testcases in visual studio express?
What is an asynchronous controller in asp.net mvc?
What is representational state transfer (rest) mean?
What is the role of the jit compiler in .net framework?
What is page life cycle?
How to Create an Intranet Site Using ASP.NET MVC?
What is ViewData and TempData in ASP.Net MVC?