Differentiate between datacontractserializr and xmlserializer?
Answer / sriyans sharma
DataContractSerializer
Is meant to be used for serialization/deserialization of class in WCF service to and from either JSON or XML.
serializes properties and fields.
Is faster than XmlSerializer
Doesn't control how xml is generated. Should not be used when full control on generated XML structure is required
XMLSerializer
XmlSerializer is only for XML serialization
Supports full control over the XML structure
Serializes only public properties
| Is This Answer Correct ? | 0 Yes | 0 No |
Give the address format of all the bindings in wcf.
what is msmq binding? : Wcf data services
What wcf stands for?
What are the requirements for hosting a wcf service?
What is the messaging pattern? Which messaging pattern wcf supports?
Difference between wcf and web services?
What is proxy and how to generate proxy for wcf services?
What is callback mode in wcf?
What is "know types" in wcf?
Which are the 3 types of transactions manager wcf supports?
Explain Address, Binding, and contract for a WCF Service?
How to Implement security in wcf rest service?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)