Yiğit

Xamarin Developer, Consultant & Architect. Community Leader and Director of Xamarin Türkiye

4 Comments

You can post comments in this post.


  • Merhaba, 5. hafta dersinde yazmış olduğunuz service. Visual studio 2017 community Proje yüklenemiyor hatası veriyor. hangi eklentiyi yüklemem lazım.
    Emeğiniz için teşekkürler.

    L YiGiT 7 sene ago Reply


    • Visual Studio’yu Admin olarak acmaniz gerekmekte.

      Yiğit 7 sene ago Reply


  • Elmimizde login sonrası bir Token Var ise Bu Tokenı kullanarak nasıl insert yapabiliriz

    Mehmet 4 sene ago Reply


    • HttpClient client = new HttpClient();
      client.DefaultRequestHeaders.Add(“Authorization”, “Token”);

      Yiğit 4 sene ago Reply


Post A Reply