What is datacontractserializer and how its different from xmlserializer?
Answer / Namrata Singh
{"DatacontractSerializer": "A class in System.Runtime.Serialization.Json namespace used for serializing and deserializing .NET objects as JSON (JavaScript Object Notation). It's specific to WCF Data Services and is used when the data service is configured to use JSON format.",n"XmlSerializer": "A class in System.Xml.Serialization namespace used for serializing and deserializing .NET objects as XML. Unlike DatacontractSerializer, it can work with any .NET type, not just those that are marked with DataContract attribute.",n"Difference": "DatacontractSerializer is specific to JSON format and WCF Data Services, while XmlSerializer works with any .NET type and is not limited to a specific format or service."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the one-way mode in wcf?
What is wcf used for?
Explain how to define a service as rest based service in wcf?
WCF:Can we use the public queues without the Windows domain? If cannot then why?
Can you define more than one endpoints in a service model?
List the various protocols utilized in the messaging layer in wcf?
What is wcf wpf wwf in net?
Explain the wcf ria?
Describe the terminology service versioning?
In wcf which bindings supports the reliable session?
WCF:Is the Reliable session asynchronous?
WCF:What types of reliable messaging are implemented in the WCF?
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)