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 happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is .net architecture and framework?
Explain test driven development (tdd) ?
What are actions in mvc?
What are the components required to create a route in mvc?
What is the use of action filters in an mvc application?
Explain the advantages of asp.net mvc over asp.net?
What is .net framework in simple terms?
What is the difference between adding routes, to a webforms application and to an mvc application?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
What filters are executed in the end?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Do you know about the new features in ASP.Net MVC 4 ?
Explain the new features 3.5 framework against with the tool?
What is Attribute Routing in ASP.Net MVC?