Reputation: 9694
I was just wondering what is the most modern/easiest/best practice was to create a web service using the .Net framework, Im preferrably looking for a solution where it will be easy to enable multiple requests formats and data return types, particulary JSON and XML.
Any sugestions?
Thanks, Alex.
Upvotes: 2
Views: 760
Reputation: 28718
'best' in what way? The standard preferred .NET platform for inter-application communication is WCF.
Upvotes: 1