The Basics of Data Binding in WPF

Поділитися
Вставка
  • Опубліковано 6 кві 2023
  • Data binding is a crucial concept in WPF that enables developers to establish dynamic connections between the user interface (UI) elements and data sources such as databases, collections, or objects. It allows for seamless synchronization of data between the UI and the underlying data source, eliminating the need for manual data manipulation.
    In this video, we will start with the basics of data binding in WPF, including understanding the different types of data binding, such as one-way and two-way data binding. We will explore the syntax and usage of data binding expressions, and learn how to bind data to various UI controls such as text boxes, labels, list boxes, and data grids.
  • Наука та технологія

КОМЕНТАРІ • 30

  • @NordicAutomation
    @NordicAutomation Рік тому +8

    Finally I understood the essence of data binding! Thanks a lot!

  • @RaqiGirl
    @RaqiGirl 4 місяці тому

    I just watched one of your videos. I finally understood Data Binding because you explained "WHY" it works. Thank you!

  • @scramjet4610
    @scramjet4610 Рік тому +2

    Excellent video. Makes complex Data Binding topic understandable to beginners.

  • @mecheil2000
    @mecheil2000 Місяць тому

    Very good...
    Thank You for your demonstration

  • @MM-zm7ck
    @MM-zm7ck 3 місяці тому

    hey I have watch tons of video , but I like your teaching style , it's very beginner friendly . hope you will have more. thank you

  • @rodrigocornidez1917
    @rodrigocornidez1917 3 місяці тому

    Great explanation, thank you for this!

  • @user-si8xr5vi7h
    @user-si8xr5vi7h 6 місяців тому +1

    Great Lesson , thx

  • @JEBJOSH
    @JEBJOSH Рік тому

    I love your tutorials/. They are so helpful. Thank you

  • @nicolasfok5661
    @nicolasfok5661 9 місяців тому

    LifeSaver mannnnn ! Please continue your quality content ! =D

  • @sulmarpl
    @sulmarpl 25 днів тому

    I prefer use a trigger for visibility instead of a converter, although it's a good example use of converter.

  • @harry6270
    @harry6270 6 місяців тому

    Great tutorial!

  • @doongie07
    @doongie07 Рік тому

    Thank you Tactic Devs :)

  • @mixguru9669
    @mixguru9669 11 місяців тому

    Very clear

  • @GOODBOY-vt1cf
    @GOODBOY-vt1cf 2 місяці тому +2

    13:42

  • @fooballers7883
    @fooballers7883 6 місяців тому

    Thank you....A well explained tutorial.

  • @abdullahalnayem9406
    @abdullahalnayem9406 Рік тому

    Thanks

  • @_rachid
    @_rachid Місяць тому

    Thank you

  • @pierrestcergues
    @pierrestcergues 7 місяців тому

    thanks!

  • @Kilohercas
    @Kilohercas 7 місяців тому

    How can I do the same with helper class ?

  • @olanrewajusaka3991
    @olanrewajusaka3991 Рік тому

    Nice tutorial sir, please sir can you do wpf for beginners or can you recommend any video tutorial sir. I only have the knowledge of. # but also want wpf but don't know where to start from sir

    • @TacticDevs
      @TacticDevs  Рік тому

      Sure thing I will do one ☝️

  • @shahzaib715
    @shahzaib715 Рік тому

    so awesome but bro we can show this in C# code without binding only with box value is true or false then why this binding we need to use?

    • @TacticDevs
      @TacticDevs  Рік тому +1

      The reason we need to use it is because it’s going to automatically change the value for us if we don’t use it we will will have to manually change it

    • @shahzaib715
      @shahzaib715 Рік тому

      @@TacticDevs ohh alright I got youe point bro actually I'm just learning c# so asked

  • @minhhoangcong9155
    @minhhoangcong9155 Місяць тому

    but how did it know to appears when you checked and disappear if unchecked ? i dont see any configuration about this in your code

    • @TacticDevs
      @TacticDevs  Місяць тому

      try to check at 16:40

    • @minhhoangcong9155
      @minhhoangcong9155 Місяць тому

      @@TacticDevs I mean what if we want it to disappears when you checked or appear when checked

    • @minhhoangcong9155
      @minhhoangcong9155 Місяць тому

      like how do you take control of that

    • @TacticDevs
      @TacticDevs  Місяць тому

      @@minhhoangcong9155 That means you need to write a custom converter And write the logic of that converter to convert between Boolean and visibility based on the conditions you want

    • @minhhoangcong9155
      @minhhoangcong9155 Місяць тому

      @@TacticDevs Thank you for answering