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 is an asynchronous controller in asp.net mvc?
How can we determine action invoked from HTTP GET or HTTP POST?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
Which is the default http method for an action method?
Describe the .net framework architecture.
What are the components required to create a route in mvc?
Explain ASP.NET MVC Identity and Security?
What is the advantage of using asp.net routing?
What is the "helperpage.isajax" property?
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?
how can you tell ef to have a different table or column name than that defined for the class?
How do you specify comments using razor syntax?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Explain the advantage of packaging over xcopy in .net?