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
How can we determine action invoked from HTTP GET or HTTP POST?
What is the difference between entity framework and mvc?
How we can register the Area in ASP.Net MVC?
What is representational state transfer (rest) mean?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Explain tempdata in mvc?
Explain how you can send the result back in JSON format in MVC?
How do you specify comments using razor syntax?
What are the 3 main components of an asp.net mvc application?
Possible ways to prevent xss attacks on mvc application?
Is the following route definition a valid route definition? {controller}{action}/{id}
what do you mean by table-per-hierarchy?
What is an asynchronous controller in asp.net mvc?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
List the new features added in .net framework 4.0.