Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why is XmlSerializer so slow



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

Post New Answer

More Dot Net Framework Interview Questions

When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?

5 Answers   TCS,


Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  


What is shadowing?

6 Answers   IBM,


How we can call a javascript function on the change of a dropdown list in mvc?

0 Answers  


What is Reference type and value type

1 Answers  


What are the components required to create a route in ASP.Net MVC?

0 Answers  


What is edm designer? : Entity framework

0 Answers  


Explain tempdata in asp.net mvc?

0 Answers  


what is VSS? Where we are using?

3 Answers   TCS,


Name a few different return types of a controller action method?

0 Answers  


What is iobjectset? : Entity framework

0 Answers  


Explain the use of Inversion of control (IOC)?

0 Answers  


Categories