Does the .NET Framework have in-built support for
serialization?
Answer Posted / swapna
There are two separate mechanisms provided by the .NET
class library - XmlSerializer and soapFormatter or
BinaryFormatter. Microsoft uses XmlSerializer for Web
Services, and uses SoapFormatter/BinaryFormatter for
remoting. Both are available for use .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
what do you mean by navigation property?
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.
What is entity graph? : Entity framework
What you mean by routing in mvc?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is model first? : Entity framework
what is scalar property?
Explain test driven development (tdd) ?
Possible ways to prevent xss attacks on mvc application?
How do you specify comments using razor syntax?
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?
Which is the default http method for an action method?
What is the difference between windows vista and .net framework 3.0 ?
Explain the tools used for unit testing in ASP.Net MVC