The Basics of Data Binding in WPF
ฝัง
- เผยแพร่เมื่อ 7 ก.พ. 2025
- 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.
I just watched one of your videos. I finally understood Data Binding because you explained "WHY" it works. Thank you!
Finally I understood the essence of data binding! Thanks a lot!
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
Excellent video. Makes complex Data Binding topic understandable to beginners.
Great explanation, thank you for this!
Man you are a great teacher. Thank you 😊❤️
this is a hidenn gems! thanks you so much Tactic Devs
Thankyou for the nice tutorial
Great Lesson , thx
Very good...
Thank You for your demonstration
Thank you....A well explained tutorial.
LifeSaver mannnnn ! Please continue your quality content ! =D
thanks for your time and effort
Thank you Tactic Devs :)
Great tutorial!
I love your tutorials/. They are so helpful. Thank you
I prefer use a trigger for visibility instead of a converter, although it's a good example use of converter.
thanks soo much
13:42
Thank you
How can I do the same with helper class ?
Very clear
but how did it know to appears when you checked and disappear if unchecked ? i dont see any configuration about this in your code
try to check at 16:40
@@TacticDevs I mean what if we want it to disappears when you checked or appear when checked
like how do you take control of that
@@MeabuOP 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
@@TacticDevs Thank you for answering
thanks!
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?
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
@@TacticDevs ohh alright I got youe point bro actually I'm just learning c# so asked
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
Sure thing I will do one ☝️
Thanks
Victor Spring
Allen Larry Lee Jessica Taylor Kenneth
my guy you really have great tutorials but you make them hard to start along with by not providing the startup code
thanks noted
you really dont need it. its basic scaffolding, if thats something thats challenging for you perhaps you should first start with xaml?
so much no goes in here. no thanks
Thanks