Reputation: 4363
I want a good tutorial with WCF on VS2010. This service will be consumed in an ASP.Net Mvc 2/3. The development will be done in VS2010.
This is a good start, but still not exactly what I need.
Can anyone recommend a good tutorial?
Upvotes: 0
Views: 4180
Reputation: 9680
The link you have provided is very good, it has shown all the steps of creating and consuming WCF service. The only difference in your case is, the client. You want consume WCF service in ASP.Net MVC, and in the tutorial the client is console app.
Following are some of the links which might help you
Blogs on how to write a Layered ASP.NET MVC Applicaiton with a WCF Service
Hope this helps you.
Upvotes: 2