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
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is web api vs wcf?
What types of data validation events are commonly seen in the client-side form validation?
How do you use viewstate?
What are the page life cycle events?
What is the difference between dispose() and finalize()?
How will you load dynamic assembly?
Explain Session state management options in ASP.NET.
Will session work if cookies is disabled?
What does ascx stand for?
What is a form tag?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Please briefly explain the usage of global.asax?
How do you declare static variable?