How to Consume a WEB API in Xamarin Forms | Xamarin Forms Tutorial for Beginners

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 21

  • @2005Azm
    @2005Azm 3 года назад +2

    OH WOW!! that was my request! Thank you sir your tutorials are dope !

  • @LeeM0to
    @LeeM0to 3 года назад +1

    Really useful video. Keep up the good work 👍

  • @dhirenpathak
    @dhirenpathak 2 года назад

    Very useful tutorials

  • @vitaliysakun-duvalko8946
    @vitaliysakun-duvalko8946 2 года назад +2

    I'm a little confused - I don't see the "vs" file in my container folder. What should I do to be able to see it?

    • @TechWithPat
      @TechWithPat  2 года назад +1

      Hi, "vs" is an hidden folder, if you don't see hidden files, on Windows 10, do this :
      1.Open File Explorer from the taskbar.
      2.Select View > Options > Change folder and search options.
      3.Select the View tab and, in Advanced settings, select Show hidden files, folders, and drives and OK.

    • @vitaliysakun-duvalko8946
      @vitaliysakun-duvalko8946 2 года назад

      @@TechWithPat Thanks, but unfortunately I still can't see it. Is there anything else I can do?

  • @eunandiamond4064
    @eunandiamond4064 2 года назад +1

    hello this video has been very helpful, but for ints binding it outputs them all as 0 but in the api database they are not 0, why is this?

  • @jordansali9435
    @jordansali9435 2 года назад

    I have a question. Sorry for asking. Just a newbie on this. Where did the data came from or access from? Did it come from sql server database? how did the web api got the access from the sql server database if it so?

    • @TechWithPat
      @TechWithPat  2 года назад

      The data came from a Web api hosted on my local computer. behind the scene, the web api get data from a SQL server database.

  • @Jad.abouzaki
    @Jad.abouzaki 2 года назад

    Thank you

  • @fernandocesarsouzafortuna9338
    @fernandocesarsouzafortuna9338 2 года назад

    Great work. I'm a newbie and I have a question. If the Web API is on Azure I have to modify the address. Is there other modifications to do?

    • @broadshare
      @broadshare 2 года назад

      No, he's modifying it because it's on localhost and also using an emulator

  • @xolanigivenkula3027
    @xolanigivenkula3027 3 года назад +1

    Hi, I would like to know if one can consume a WCF Service in Xamarin Forms?

    • @TechWithPat
      @TechWithPat  3 года назад

      I haven't use WCF in while, If you expose your endpoint as http instead of soap, you can consume it in Xamarin.

  • @factgasm2365
    @factgasm2365 3 года назад

    Thanks.

  • @dhirenpathak
    @dhirenpathak 2 года назад

    Put more video on Maui Blazor

  • @jhhaidar
    @jhhaidar 2 года назад

    usefull Video, how do I get the Android Mobile code

    • @TechWithPat
      @TechWithPat  2 года назад

      github.com/techwithpat/XamWebApiClient/tree/master/XamWebApiClient

  • @sentrycod2373
    @sentrycod2373 2 года назад

    I can't find the .vs folder. Yes I have view hidden folders on.