radu florescu
radu florescu

Reputation: 4363

Tutorial on consuming WCF 4.0 with Asp.net in Vs2010

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

Answers (1)

Amar Palsapure
Amar Palsapure

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

  1. Scott Guthrie's Nerd Dinner walkthrough to get a really good understanding of MVC basics.
  2. How to Configure wcf service programatically
  3. Blogs on how to write a Layered ASP.NET MVC Applicaiton with a WCF Service

Hope this helps you.

Upvotes: 2

Related Questions