Answer Posted / niketh
Serialization:
->Process of converting an object into specified Format
->Formats( Binary , soap[xml] )
Serialization is mainly used to transport and store object over a network into an XML file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is faster viewbag or viewdata?
What is the difference between custom controls and user controls?
How do you secure your connection string information?
What is the latest version of asp.net?
How would you enable impersonation in the web.config file?
What is difference between Lambda Expression and LINQ in ASP.NET?
Why SessionID changes in every request in asp.net?
How can you handle errors in Web API?
What is the difference between pathparam and queryparam?
Differentiate between namespace and assembly.
What is difference between mvc and asp.net? : Asp.Net MVC
What are the server controls in asp.net?
What do you mean by View State and what is its role?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is web configuration file and how to use in web application