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 do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Define the core components of an ASP.NET MVC application?
How do I use partial view?
Explain how you can implement Ajax in 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?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is route config?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is html.renderpartial?
How route table has been created in asp.net mvc?
What is entity framework firstordefault?
Mention two instances where routing is not implemented or required?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Which are the important namespaces used in mvc?
In Server how to check whether model has error or not in ASP.Net MVC