0

any tutorials on that?

ideally it would have basic http authentication

can I create a restful WCF web service and deploy to Azure?

tereško
  • 58,060
  • 25
  • 98
  • 150
Kiddo
  • 5,052
  • 6
  • 47
  • 69

1 Answers1

2

Is WCF realy needed? There is Asp.Net WebApi now. It is successor of WCF WebApi. Here is tutorial link:
Getting Started with ASP.NET Web API

And in general there is no difference in actual code for Azure or OnPremise.

Community
  • 1
  • 1
Aleksei Anufriev
  • 3,206
  • 1
  • 27
  • 31