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 |
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
Can you please explain the request flow in ASP.NET MVC framework?
What is shadowing?
How we can call a javascript function on the change of a dropdown list in mvc?
What is Reference type and value type
What are the components required to create a route in ASP.Net MVC?
What is edm designer? : Entity framework
Explain tempdata in asp.net mvc?
what is VSS? Where we are using?
Name a few different return types of a controller action method?
What is iobjectset? : Entity framework
Explain the use of Inversion of control (IOC)?