Answer Posted / menaka palanisamy
serialization is process of convert object into stream of
bytes.
2 types of serialization
1. binary serialization
2. XML serialization
| Is This Answer Correct ? | 58 Yes | 9 No |
Post New Answer View All Answers
Do I need microsoft .net framework?
What is viewbag?
what is entity framework advantage?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
what is entity data model?
What are actions in mvc?
What is entity framework in asp net?
What is the advantage of using asp.net routing?
What is basic authentication in web api?
Can you use Razor code in Javascript in ASP.Net MVC?
Explain the advantage of packaging over xcopy in .net?
Explain entity lifecycle? : Entity framework
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?