Alex Hope O'Connor
Alex Hope O'Connor

Reputation: 9694

.Net 4.0 latest web service technology?

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

Answers (2)

Kirk Broadhurst
Kirk Broadhurst

Reputation: 28718

'best' in what way? The standard preferred .NET platform for inter-application communication is WCF.

Upvotes: 1

Nathan
Nathan

Reputation: 6216

Windows Communication Foundation

Upvotes: 1

Related Questions