c# - create a web role for azure cLoud project -



c# - create a web role for azure cLoud project -

i need create web role azure cloud project. role should expose rest api. , send requests other service. created project , trying add together web role. vs2013 proposes 2 options : web role asp.net or wcf. don`t know best needs. advise , why?

i suggest web role, utilize web api create service. easy , lightway framework. wcf more info intensive operations, requires more setup , might find hard create communicate other services.

what type of service going communicate with?

c# azure visual-studio-2013 cloud azure-web-roles

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -