ImmortalStrawberry
ImmortalStrawberry

Reputation: 6101

Types of WCF Service (ajax, data service, standard service etc)

Can anyone point me in the direction of a comparison of the "standard" types of WCF Service as seen in VS2010 "Add New Item"?

e.g.
WCF Service
AJAX-enabled WCF Service
WCF Data Service

What each one is targetted for/when you would use it? Advantages/disadvantages etc? Can you add multiple endpoints and re-use the same service for combinations/all three?

Upvotes: 3

Views: 1359

Answers (1)

Rob Smyth
Rob Smyth

Reputation: 1858

Hope this helps: http://msdn.microsoft.com/en-us/library/bb907578.aspx

Rob

Upvotes: 1

Related Questions