Running An App I Made Years Ago
20:34
The Basics of Data Binding in WPF
20:53
Exploring ChatGPT
18:18
2 жыл бұрын
How To Use Font Icons in WPF
6:03
2 жыл бұрын
How to Create a Resize Adorner in WPF
31:08
Drag Drop in WPF
12:51
2 жыл бұрын
What are Delegates in C#
5:51
2 жыл бұрын
Create Excel Spreasheets in WPF
26:28
Sidebar Navigation In WPF
24:19
2 жыл бұрын
C# Implicit Constructor
1:01
2 жыл бұрын
WPF Commands Explained   [2 of 2]
17:43
WPF Commands Explained  [1 of 2 ]
28:14
Data Grouping In a ListView [WPF]
15:05
Пікірлер
@Vitorgasparete
@Vitorgasparete Күн бұрын
Very nice! I made some adjusts to my code, but the idea was the same! Very tks!
@Vitorgasparete
@Vitorgasparete Күн бұрын
Just a observation for who is trying to do the same. I used Settings.settings to save user preferences. I load this preferences on a class typeof ResourceDictionary constructed by App.xaml. Very simple way just change the Source Property of the ResourceDictionary to change the reference to specific theme do you need.
@truckturner3622
@truckturner3622 Күн бұрын
very nice quick description.
@letemps8792
@letemps8792 6 күн бұрын
tu es courager mais il faut que tu apprenent
@absolutezerogaming8717
@absolutezerogaming8717 6 күн бұрын
amazing explanation thanks
@johnc508
@johnc508 6 күн бұрын
Hi, This is just what I need so I am trying to port it to MVVM (more specifically Avalonia using ReactiveUI) but having issues pulling things from your code-behind MainWindow.xaml.cs into the ViewModel style. You havent done this have you? I gather UISettings.cs needs to be solely the things that will get stored in the config file, is that correct?
@EsteanSM
@EsteanSM 9 күн бұрын
Awesome video. Thanks for sharing!
@osama_mhana
@osama_mhana 14 күн бұрын
Hello I have a problem writing Model in entityFrameworkCore I want to create several relationships with the child table. The user interface is always not updated until the program is restarted
@ugayashan8659
@ugayashan8659 15 күн бұрын
I really enjoyed watching your content, could you please work on a tech build like spotify or a clone of something which is very amazing and has good looking UI, super excited :)
@magickomchanell4556
@magickomchanell4556 15 күн бұрын
I really like how well-structured your WPF tutorial is, great job!
@Hatkeinhals
@Hatkeinhals 15 күн бұрын
Very nice. Thanks for your content. And your explaining-style is really nice. Have you ever thought about making an explanation of WinUI3 with MVVM?
@TacticDevs
@TacticDevs 15 күн бұрын
@@Hatkeinhals I will have a look at text I might just make some videos on that
@Hatkeinhals
@Hatkeinhals 15 күн бұрын
@@TacticDevs oh that would be nice. I think WinUI 3 uses Windows 10/11 Controls and Themedesign. (that might make some designing easier)
@HMO-Soul
@HMO-Soul 15 күн бұрын
That is a nice idea i used winui3 but it's lacking in some areas sadly
@nyendwa
@nyendwa 15 күн бұрын
I haven't seen you post in a long time. Good to see you back
@Ddos2212
@Ddos2212 18 күн бұрын
Thank you, you are amazing
@mikehankey8666
@mikehankey8666 20 күн бұрын
Thanks for the effort, finally someone that ventures from the round button example. Good job!
@sunjaykalsi3266
@sunjaykalsi3266 Ай бұрын
So many videos are too fast, some of us want to follow along. Your voice is clear and your pace is lovely, thank you!
@Vandemataram-
@Vandemataram- Ай бұрын
Thankyou for the nice tutorial
@GeraldHaider
@GeraldHaider Ай бұрын
Well ... this is not valid MVVM because, when you deal with dialogs or windows directly within ViewModels. Usually you have separate assemblies for M V and VM. And in VM there are no references to WPF. Hence you cannot call any something.Show() Method. Instead you should have called some kind of "addUserService.Add()" or so.
@novatechnologies-lk
@novatechnologies-lk Ай бұрын
Thanks
@magickomchanell4556
@magickomchanell4556 Ай бұрын
this is a hidenn gems! thanks you so much Tactic Devs
@_SkyDancer
@_SkyDancer Ай бұрын
What about "Cancel" settings after user made a changes? How the revert changes if the user presses "Cancel" button?
@MaxiKing913
@MaxiKing913 Ай бұрын
so much no goes in here. no thanks
@disown342js
@disown342js Ай бұрын
thank you
@BobHoomes
@BobHoomes 2 ай бұрын
Thank you.
@jarvisavinash
@jarvisavinash 2 ай бұрын
Please make more videos like these
@jarvisavinash
@jarvisavinash 2 ай бұрын
Hello, Please make more videos on .NET Core
@jarvisavinash
@jarvisavinash 2 ай бұрын
These are the best videos on youtube.
@jarvisavinash
@jarvisavinash 2 ай бұрын
Hello, Please make more videos on .NET. these are some of the best videos on youtube.
@xiyaowong8229
@xiyaowong8229 2 ай бұрын
👍🏻
@fooballers7883
@fooballers7883 2 ай бұрын
Excellent tutorial......really appreciate your effort. thank you.
@KasaD-qm6qo
@KasaD-qm6qo 2 ай бұрын
thank you🌹You save my life🫶
@Ssalmma-787
@Ssalmma-787 2 ай бұрын
thanks soo much
@wildniscamper7276
@wildniscamper7276 2 ай бұрын
awesome done bro!!! you skipped all the boring parts without losing the focus and explained everything clear and straight forward. easy to follow and learn whats going on. very good video editing skills and c# skills. cheers from bavaria
@PoggersFloppa
@PoggersFloppa 2 ай бұрын
hey do you know how i would add an already existing page to this without the page messing up because of the column definitions?
@wildniscamper7276
@wildniscamper7276 2 ай бұрын
@@PoggersFloppa ask chatgpt😜 i would say, there is a lot of ways to to that, but im not a programmer. i'm struggling with the reachability of variables with bindings and all that stuff.. if you want to include a whole page to your project, just add a new element with right click on the projectfolder in VS and than you have to adjust the namespace and maby something more...that part can be tricky but it shoudln't... anyway thats all i can "help" ya.. cheers from bavaria✌
@PoggersFloppa
@PoggersFloppa 2 ай бұрын
@@wildniscamper7276 oh okay, thanks anyway! cheers from down under
@wildniscamper7276
@wildniscamper7276 2 ай бұрын
@@PoggersFloppa no worries bra✌️ try it with chatgpt.. just copy everything and put it in.. sometimes it takes a few times but i got a full ui with 9 pages modbus tcp to sps with webcam interface... i almost got it as a MVVM but i mixed binding with set velues and to get all that in seperate files messes up my code and i can't handle all the problems than😂😭 its a powerfull tool but as i said..easy stuff can be very hard...✌️
@PoggersFloppa
@PoggersFloppa 2 ай бұрын
@@wildniscamper7276 aight thanks
@vukedd
@vukedd 3 ай бұрын
Nicely explained, Thank you very much!
@hasooooomi52
@hasooooomi52 3 ай бұрын
what is the editor you use to edit this video
@TacticDevs
@TacticDevs 3 ай бұрын
after effects
@hasooooomi52
@hasooooomi52 3 ай бұрын
@@TacticDevs thank you
@msontrent9936
@msontrent9936 3 ай бұрын
Never reference a view from a view model class. It undermines the whole concept of MVVM ...
@automation_jeff
@automation_jeff 3 ай бұрын
Really well-done video, I was looking at using Prism for navigation until I ran across your video, this is all I wanted to do and it's a whole lot easier. You took your time explaining what you were doing and why, kudos. Thank you👏
@Mysteria9
@Mysteria9 3 ай бұрын
Fantastic explanation! Thank you kindly.
@CAPS_AMERICA
@CAPS_AMERICA 3 ай бұрын
THANK YOU FOR TAKING TIME TO EXPLAIN THE DETAILS OF THIS, LIKE THE ICOMMAND AND OTHER STUFF, I'M NEW TO WPF, AND I APPRECIATE THE WAY YOU TEACH, I HOPE YOU CREATE MORE VIDEOS, ESP. ABOUT MVVP WITH WPF
@CAPS_AMERICA
@CAPS_AMERICA 3 ай бұрын
YOU HAV A GOOD WAY OF TEACHING. MAY I SUGGEST YOU CREATE MORE WPF PROJECTS FROM SCRATCH, LIKE INTRODUCING THE UI, THEN THE MODELS, THEN THE USAGE OF MVVM? MAYBE 1 OR 2 HOURS LONG PROJECT WILL BE GREAT! THANK YOU!
@solvedplus858
@solvedplus858 3 ай бұрын
very good, many thanks
@rudolphvancoppenhagen2466
@rudolphvancoppenhagen2466 3 ай бұрын
Very well explained! I have struggled with validation in WPF for a long time. Do you have videos on validation in WPF using EF? I would like to achieve the same result but with a database and I'd like to use the field sizes etc from the database.
@KhoaNguyen-mv2mu
@KhoaNguyen-mv2mu 3 ай бұрын
Much appreciated. I can grasp this pattern now.
@jangansotoy
@jangansotoy 4 ай бұрын
Hi there, do this project has source or tutorial?
@rj02viren55
@rj02viren55 4 ай бұрын
can you please send the github link so that i can access the code from their ..?
@TacticDevs
@TacticDevs 4 ай бұрын
i will try to find the source code on my hard and share it with you on github
@rj02viren55
@rj02viren55 4 ай бұрын
@@TacticDevs okk thank you bro .... But please do that asap .
@rj02viren55
@rj02viren55 4 ай бұрын
it's not working bro you are "very chalak bro"
@vinnypassmore5657
@vinnypassmore5657 4 ай бұрын
Thanks for sharing, good video. For those who are using Font Awesome 6 now and have the Fonts file nested in a folder/folders then this works well (FontFamily="Resources/Fonts/#Font Awesome 6 Free Solid 900") and notice the removel of the dashes in the font awesome file name!
@mkama-u5p
@mkama-u5p 4 ай бұрын
This is absolutely the best introduction to EF! Awesome.
@solvedplus858
@solvedplus858 4 ай бұрын
very good tutorial Many thanks
@AmirRobo
@AmirRobo 4 ай бұрын
thanks, it's great.🤩
@kopilkaiser8991
@kopilkaiser8991 4 ай бұрын
Man you are a great teacher. Thank you 😊❤️
@Omar.bin.khattab
@Omar.bin.khattab 4 ай бұрын
thanks for your time and effort