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 are the ways to show data grid inside a data grid for a master details type of tables?
what is the diff b/w asp.net 2.0 & 3.5
Which is the default http method for an action method?
Can we have more than 1 partial classes in the same file?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are ajax helpers in asp.net mvc?
How would you make a combo-box appear in one column of a DataGrid?
How do you sort a dataset?
How will you load dynamic assembly? How will create assemblies at run time?
Which is the root namespace for fundamental types in .net framework?
What are Satellite Assemblies? How you will create this?
Which version of .net framework is installed?