WPF Data Triggers W/ Data Templates
6:46
WPF Chat Client + Server Source Code
1:27
WPF Contact Book Source Code
1:32
6 жыл бұрын
C# WPF - IValueConverter Part 2
11:03
C# WPF - IValueConverter Part 1
7:42
Пікірлер
@AZOHA
@AZOHA 6 күн бұрын
Really nice and smooth tutorial
@shvideo1
@shvideo1 28 күн бұрын
Great tutorial with a very practical example. Great job. Thank you.
@WHOARETHEPATRIOTS475
@WHOARETHEPATRIOTS475 Ай бұрын
The utter disappointment I felt when my professor uploaded this exact same video onto our online class except in much horrible 144p quality and I spent so much time trying to read through the pixels only to find out the exact same video exists here on youtube. Strange how that happens
@mindsetiseverything6362
@mindsetiseverything6362 Ай бұрын
Thank you.❤
@tiago58
@tiago58 2 ай бұрын
The ellipse is not a circle, it's the other way around, the CIRCLE is a special case of an ELLIPSE, where the semi-major and semi-minor axis are equal and has eccentricity equal to ZERO.
@MikePL101
@MikePL101 2 ай бұрын
The audio is terrible on this video, can't hear what you're saying unfortunately.
@matthewkeen6281
@matthewkeen6281 3 ай бұрын
nice.
@James66662
@James66662 3 ай бұрын
So simple This is helpful when you setup a project using clean arc and u have to create all from scratch on
@abme0900
@abme0900 4 ай бұрын
Thank you! You have really such pedagogical ability to explain dsimply things
@Arkios366
@Arkios366 4 ай бұрын
RelayCommand in tutorial not working at all
@Vulpiro
@Vulpiro 6 ай бұрын
After 7 year i found this hidden gem
@johncross116
@johncross116 7 ай бұрын
I found a similar way to do this and was wondering if there are pros or cons to this approach? I am new to wpf / xaml so am not sure. loginWindow.Visibility = Visibility.Visible; toolWindow1.Visibility = Visibility.Collapsed; toolWindow2.Visibility = Visibility.Collapsed;
@carito9659
@carito9659 7 ай бұрын
I wish my teachers explained as good as you. <3
@johncross116
@johncross116 7 ай бұрын
Excellent stuff! Thank you Toskers!👍
@carito9659
@carito9659 7 ай бұрын
Loved it. Perfectly explained!
@fooballers7883
@fooballers7883 9 ай бұрын
thanks...much appreciated.
@liamo6756
@liamo6756 9 ай бұрын
First tutorial I've found that explains any of this in an intuitive way. So many others gloss over the datacontext, code-behind and namespace stuff wayyy too fast
@ishrarg
@ishrarg 9 ай бұрын
Perfect explanation
@edouardpoitras810
@edouardpoitras810 10 ай бұрын
Thanks for the great video- you did more in 15 mins than I did in all the reading(hours)
@jbx30001
@jbx30001 11 ай бұрын
As a relatively new WPF user I've never used dock panels, nice explanation, thank you.
@senaustun4380
@senaustun4380 Жыл бұрын
thanks for the course man there arent many videos specially focused on xaml so I really appriciate it ^-^ hope ur doing well
@edouardpoitras810
@edouardpoitras810 Жыл бұрын
I have been researching WPF with books and videos and your video really uncover the cloak of DataContext- Thanks
@ElCidPhysics90
@ElCidPhysics90 Жыл бұрын
Man, I really wish you were creating content with current WPF. Your tutorials are perfect.
@user-ku9ed7ex3e
@user-ku9ed7ex3e Жыл бұрын
Thank you
@janwollny7586
@janwollny7586 Жыл бұрын
OKCommand = new RelayCommand<IDialogWindow>(OK); ??? I can not find where you build this.
@Malcrom1967
@Malcrom1967 Жыл бұрын
Your video was great help but it is more creating new views rather than switching between them. I'm part way there anyway :)
@Cemmet1995
@Cemmet1995 Жыл бұрын
Now i need to know how many ComboBoxes you can fit inside a ComboBoxItem 😅
@nandinisingh6091
@nandinisingh6091 Жыл бұрын
Hi, I tried the same code but the tool buttons are not loading the image when I execute the code, Please help
@shameerminhas9152
@shameerminhas9152 Жыл бұрын
Genius
@matteoverardo8005
@matteoverardo8005 Жыл бұрын
thank you so much.
@vorgeschichte713
@vorgeschichte713 Жыл бұрын
Great tutorials. I can take a lot more from this than reading articles that often just skip setup etc.
@twinkle6460
@twinkle6460 Жыл бұрын
пидарас
@hishoegypt1980
@hishoegypt1980 Жыл бұрын
Enable UI Debugging Tools for XAML does not exist in options!!!!
@LesterMolinaCartuchoDesigns
@LesterMolinaCartuchoDesigns Жыл бұрын
Awesome! Thanks!
@MartinPark-rn9hn
@MartinPark-rn9hn Жыл бұрын
very helpful thank you!! I have a question about this, if i have a button in my red View and i want to change from there so the green view, is there a way to do it? or can i remove the data context from the red view ? Thanks a lot for your nice tutorial!
@ivandrofly
@ivandrofly Жыл бұрын
10:09 I think binding the tooltip directly with the dictionary will throw an exception when there is no error on the property - you only show when there are errors. Ps: There is also another interface for validation INotifyOnDataErrroInfo which I think is also very powerful
@narendrahiraskar1798
@narendrahiraskar1798 Жыл бұрын
How to change the background of the textbox based on the condition? Could you please suggest me.?
@janifer
@janifer Жыл бұрын
Hi, just found this vid... the pastcode is no longer valid. Have you posted this on github?
@geekbait7019
@geekbait7019 Жыл бұрын
are you a teacher by trade? by FAR, these are the best tutorials i've seen on any subject on youtube.
@olekristianrannekleiv762
@olekristianrannekleiv762 Жыл бұрын
very good explanation, thank you
@lawkaijian618
@lawkaijian618 Жыл бұрын
Why my OnPropertyChanged got error at IDataErrorInfo?Please help!
@hishoegypt1980
@hishoegypt1980 Жыл бұрын
Q: how to make a style in the main window for the new usercontrol and the style contain the dependency properties of the usercontrol?
@Diegoad1
@Diegoad1 Жыл бұрын
Hey Toskers thanks for your video! I have a question : Can I have 2 classes "MessageCommand"? One to use with Commands with parameters and another with without parameters? What do you think about this? Thanks
@ghosthunter9897
@ghosthunter9897 Жыл бұрын
This is not the MVVM. Great video though!
@ranavitaln
@ranavitaln Жыл бұрын
Your tutorials are amazing! Simple, structured and not too overwhelming!!!
@Gazcan
@Gazcan Жыл бұрын
How can I display the error message in the textbox when using exceptions?
@bkkrisi5477
@bkkrisi5477 Жыл бұрын
Your Videos are great. The rate is perfect, and your explanations are clearly defined. Thank you :)
@Shouko91
@Shouko91 Жыл бұрын
Highly appreciated. All the videos were too advanced, needed a simple breakdown.
@yeagor541
@yeagor541 Жыл бұрын
Is there any possibility to also bind button enable/disable status with textblock changing?
@MrDark-ju3fy
@MrDark-ju3fy Жыл бұрын
code please