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’s the advantage of using System.Text.StringBuilder over System.String?
What is entity framework used for?
How does work clr?
Explain entity lifecycle? : Entity framework
What is GUID and why we need to use it and in what condition? How this is created
About namespaces ?
What is session state management?
what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Key and Unique Key?
What is basic authentication in web api?
What is tracing?Where it used.Explain few methods available
what is split entity?
What is the need of Action Filters in ASP.Net MVC