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 |
Explain entity lifecycle? : Entity framework
What is the domain object?
Which .net framework is installed?
How can you return string result from Action in ASP.Net MVC?
What is the necessity for singning an assembly with a strong name?
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
What is code first? : Entity framework
How do you initiate a string without escaping each backslash ?
What is the advantage of mvc?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
When do you absolutely have to declare a class as abstract