shoesterew.blogg.se

Xamarin visual studio 2013
Xamarin visual studio 2013













xamarin visual studio 2013

  • private void Objwebservice_AdditionCompleted( object sender, Addition.AdditionCompletedEventArgs e).
  • Objwebservice.AdditionCompleted+=Objwebservice_AdditionCompleted.
  • xamarin visual studio 2013

    Objwebservice.AdditionAsync(firstvalue,secondvalue).private void Button_Click( object sender, RoutedEventArgs e).public partial class MainPage : PhoneApplicationPage.Open MainPage.xaml page and add following xaml code:

    #Xamarin visual studio 2013 windows

    In Control Panel –> Programs and Features –> Turn Windows features on or off –> Internet Information Services and then activate the features as following images. All you have to do is installing IIS on your local computer. Now you need a web server to host your web service. In the first part, I show you the prerequisites to compile a web service. Lets start following steps to publish webservice to IIS. And my visual studio version is 2013 professional. Note: when publishing this webservice to IIS. For example in our case we are trying to access local webservice with windowsphone device so we can access it only when we publish webservice to IIS. And now its time to publish our webservice to IIS so that we can access it from any machine within same network. So now we got our webservice url is ' but it runs on only local machine. asmx webservice to IIS with Visual Studio 2013: Press 'F5' to run the webservice and the following screen will be appeared in internet explorer :Ģ. Wow! now we are completing to write the webservice thats return addition result of two values.

  • public int Addition( int value1, int value2).
  • xamarin visual studio 2013

    // To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.In this sample i am trying to write webservcie for addition functionality.















    Xamarin visual studio 2013