Excellent tutorial......really appreciate your effort. thank you.
@KasaD-qm6qo6 күн бұрын
thank you🌹You save my life🫶
@Ssalmma-78712 күн бұрын
thanks soo much
@wildniscamper727612 күн бұрын
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Күн бұрын
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Күн бұрын
@@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✌
@PoggersFloppa14 сағат бұрын
@@wildniscamper7276 oh okay, thanks anyway! cheers from down under
@wildniscamper727612 сағат бұрын
@@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...✌️
@PoggersFloppa11 сағат бұрын
@@wildniscamper7276 aight thanks
@vukedd14 күн бұрын
Nicely explained, Thank you very much!
@hasooooomi5215 күн бұрын
what is the editor you use to edit this video
@TacticDevs14 күн бұрын
after effects
@hasooooomi5214 күн бұрын
@@TacticDevs thank you
@msontrent993615 күн бұрын
Never reference a view from a view model class. It undermines the whole concept of MVVM ...
@automation_jeff15 күн бұрын
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👏
@Mysteria923 күн бұрын
Fantastic explanation! Thank you kindly.
@YOUTUBE_IS_WOKEАй бұрын
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
@YOUTUBE_IS_WOKEАй бұрын
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Ай бұрын
very good, many thanks
@rudolphvancoppenhagen2466Ай бұрын
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Ай бұрын
Much appreciated. I can grasp this pattern now.
@jangansotoyАй бұрын
Hi there, do this project has source or tutorial?
@rj02viren55Ай бұрын
can you please send the github link so that i can access the code from their ..?
@TacticDevsАй бұрын
i will try to find the source code on my hard and share it with you on github
@rj02viren55Ай бұрын
@@TacticDevs okk thank you bro .... But please do that asap .
@rj02viren55Ай бұрын
it's not working bro you are "very chalak bro"
@vinnypassmore5657Ай бұрын
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!
@chrisspireАй бұрын
This is absolutely the best introduction to EF! Awesome.
@solvedplus858Ай бұрын
very good tutorial Many thanks
@Freddys_Ventures2 ай бұрын
Love your video I was crashing and burning until I found your example!
@AmirRobo2 ай бұрын
thanks, it's great.🤩
@kopilkaiser89912 ай бұрын
Man you are a great teacher. Thank you 😊❤️
@Omar.bin.khattab2 ай бұрын
thanks for your time and effort
@AmirRobo2 ай бұрын
wow, Nice, Cool, Star. I am watching the videos one by one and I can say that they are great💯
@AnthonyG-p6k2 ай бұрын
@TacticDevs How to contact with you for make sponsor video about my company. Give me your email address.
@OwenKerr-r6c2 ай бұрын
Victor Spring
@AmirRobo2 ай бұрын
🤩🤩🤩
@AmirRobo2 ай бұрын
This is what I need. tnx
@rushas2 ай бұрын
Thank you for the great video. Adding timestamps to the video would help a lot for users like me to jump the relevant part
@AmirRobo2 ай бұрын
Finally. This is what I needed. Thanks a lot.
@AmirRobo2 ай бұрын
it's cool and amazing. Thanks a lot 💯
@HeadingWatch2 ай бұрын
Allen Larry Lee Jessica Taylor Kenneth
@AmirRobo2 ай бұрын
wow. it's cool
@AmirRobo2 ай бұрын
Well, I learned a new thing in WPF. Tnx
@Kennerdoll2 ай бұрын
32:24 to clear the database: private void MenuItem_Click(object sender, RoutedEventArgs e) { using (DataContext context = new DataContext()) { var allUsers = context.Users.ToList(); context.Users.RemoveRange(allUsers); context.SaveChanges(); } }to clear the database:
I'm glad I found your videos; I'm a long time programmer, but I've been doing such varied work that I don't get the chance to focus on things like this. I have a question, though, if I want to create a user control library, it seems like the technique of using DynamicResource doesn't work - I have no way to specify a resource file. I could just write the library, I suppose, as a wpf application instead of a library (I can still easily link to the DLL), but I don't think that's really a great approach.
@velikanskaglava20872 ай бұрын
Ok, just the sound is hard on the ears
@fredwbd952 ай бұрын
This is awesome; I am so glad I found this channel. Thank you.
@SergioTavazzi3 ай бұрын
Hi, and thanks for all. I want to tell You that for me (Visual Studio 2022) has been impossible download the default entity.sqlite package. But choosing an older version (3.1.22), the download has been accepted and is working.
@TacticDevs3 ай бұрын
@@SergioTavazzi Yeah sometimes it happens that way
@fredwbd953 ай бұрын
I'm super happy to have run across this in my search for C# CRUD with SQLite... not only is it a great start for the entity framework, but you also taught me a few things about WPF and binding and a few other little helpful things. Nice.
@blayzehoodly29573 ай бұрын
my guy you really have great tutorials but you make them hard to start along with by not providing the startup code
@TacticDevs3 ай бұрын
thanks noted
@luciusrex3 ай бұрын
you really dont need it. its basic scaffolding, if thats something thats challenging for you perhaps you should first start with xaml?
@blayzehoodly29573 ай бұрын
It appears you already have some code during the startup this makes it confusing how can i get the code at the level you have it at start
@TacticDevs3 ай бұрын
@@blayzehoodly2957 that’s just the ui code , if I start from scratch the video would be to long, since the focus is mvvm
@blayzehoodly29573 ай бұрын
@@TacticDevs yeah I noticed i was just trying to say it was going to be a lot easier if you shared the start up code so that we have the same thing when we follow through