Answer Posted / subramanyam
Serialization is the process converting inmemory data into persistent data..
Ex:Dataset ds=new dataset();
here ds is in memory data.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What does clearing cache?
What is the difference between Session and response.Redirect?
How can you display all validation messages in one control?
What is HTTPModule and HTTPcontext? What is the use of each?
What is the equivalent of date() and time() in asp.net?
What is ispostback method in asp.net?
What are the features of asp.net mvc?
What is datagrid asp.net?
What are the types of authentication in asp.net?
What is difference between ispostback and autopostback in asp net?
Can we set master page as a start page?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
How to send a DataReader as a parameter to a remote client ?
What is session management in web application?
What is state management in asp.net with example?