This video is far more than basics. This video gives you a solid foundation to start building WPF the right way. I am so glad you explain every little button press and detail of what you're doing as it made this refreshingly easy to follow. I felt lost trying to layout my new app. But now, I just put everything in grids and stack panels and it's beautiful lol. Such great advice!
@AngelSix6 жыл бұрын
Glad I could help. Yeah I think once you think of the layout in a different way, its very easy to construct anything you can imagine
@HOWYOUDOIN8843 жыл бұрын
no it doesn't... by 47:00 he is fumbling for words to explain why things aren't working... he does not understand the fundamentals of WPF! He is learning as he is going, and he's very much in need of an expert to take over.
@jordimorenosanchez5842 жыл бұрын
@@HOWYOUDOIN884 Everyone can do mistakes sometimes, we're humans, although he actually explained really well all the concepts I didnt understand by far from WPF in a fast and clean way with an APP example.
@HOWYOUDOIN8842 жыл бұрын
@@jordimorenosanchez584 well it's an example of the type of frustrating and of thing. For example, there's a billion homemade videos on object oriented programming, especially from India, where the person is just trying to give a good impression that they are giving the wrong information. Which to me makes me think that nobody in India is properly learned object going to programming, but they think they have. Anyway I've decided the world is a crazy place and I don't like it. 😂
@jordimorenosanchez5842 жыл бұрын
@@HOWYOUDOIN884 Yeah, with time you'll learn articles > videos sometimes, but videos at first are helpful to gather some info, then later you can contrast it with articles / docs, that's how I actually learnt to read docs and I bet anyone on the programming world did the same, not with videos but maybe getting taught.
@CsabaVargaZoltan4 жыл бұрын
This is by far the best WPF tutorial out there. It has the perfect pace for advanced beginners. Huge plus is that best coding practices are applied thoroughly (naming stuff, writing good comments in paralell with the coding, constant refactoring, organizing the project ... everything about the tutorial is just superb). The explanations are clear and you are treating your audience as adults without going into either too basic stuff or into too much details. At the same time the examples are very far from typical toy tutorial projects and can be applied in day-to-day work immediately (personal experience). You truly have managed to create a masterpiece, thank you very much!
@AngelSix4 жыл бұрын
Thanks. Really glad to help people out
@johnpelitidis62977 жыл бұрын
At last.. someone who is thorough, concise and can speak english...
@AngelSix7 жыл бұрын
Thanks :)
@mogwaii7 жыл бұрын
What Juan said ^
@dabrosfloorsurveysltduk17896 жыл бұрын
AngelSix Hi there. As I am new to programming and need a program to create graphs based on data collected from site would you be interested in doing one for me ?? More info when you confirm that you are interested in it .
@fraznofire25086 жыл бұрын
Jay D you’re clearly not cut out to be a programmer if you get people to do the programming for you
@dominiquebeaulieu6 жыл бұрын
J'aimerais mieux en français.
@Alekov_5 жыл бұрын
39:32 just changed my life
@준-k6w3y5 жыл бұрын
me too 킹왕짱 ㅋㅋ
@antonischaralampidis295 жыл бұрын
holy yes
@ediccartman72525 жыл бұрын
Absolutely
@MarkoKoljancic4 жыл бұрын
Same here, I remember when I first time saw this edit multiline trick. :D
@조민호-l1d4 жыл бұрын
킹왕짱 222
@ragtop635 жыл бұрын
46:07 In case anyone is wondering, the event name is "Click". This will trigger when the checkbox is checked or unchecked. It also triggers whether you use a mouse or the keyboard.
@patricktucci28185 жыл бұрын
Great video, thank you. As a WinForms developer trying to learn WPF, this is by far the best video I've seen on the topic. This video shows what to do and how to do it and doesn't dump a whole bunch of theory on the user. Nothing's more confusing than watching a WPF video and hearing someone drone on about "best practices" in WPF when you don't even know how to write XAML! Thanks again
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@tomdewilde79563 жыл бұрын
00:00 - Part I: Building The interface 28:37 - (Quick review of the code) 35:17 - Part II: Coding the buttons (adding events to the buttons) 35:17 *event - Click* Apply-button 38:29 *event - Click* Reset-button 41:55 *event - Checked* 46:12 *event - SelectionChanged* 52:17 *event - TextChanged* ==================================================================================================================================== for myself: I 26:00 *SelectedIndex="0"* Buttons & Checkboxes "Text" => everything else II
@HON.SE.PTEMBER2 жыл бұрын
Fr fr thank u
@jo-of-joey6 жыл бұрын
I like this. So straight forward. Doesn't treat the viewer like a baby as in other tutorials.
@AngelSix6 жыл бұрын
Thanks. Glad you like it :)
@deveagle61936 жыл бұрын
Excellent tutorial! Thank you for making this. This is the best WPF application I've seen on KZbin. Looking forward to part 2. Also looking forward to more WPF / C# applications!
@AngelSix6 жыл бұрын
Thanks glad you like it :)
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@depshallburn2 ай бұрын
Thanks so much, I ran through your C# course first and am now learning WPF. You made this so easy to understand! I should have learned this 7 years ago!
@AhmedHussainy21997 жыл бұрын
I watched a lot of tuts and I have experience on WPF but not no one teaches like you really good work and keep uploading videos there are a lot of people who are hungry for learning.
@AngelSix7 жыл бұрын
+Ahmed Hussainy thanks I'll keep the videos coming
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@brianfrancis55482 жыл бұрын
Thank you for putting together this series. Best intro to WPF out there by far from my perspective. Good content and pacing and everything is clearly explained like the null reference exception toward the end. Was good that that happened as people new to this could be stymied by stuff like that when they go to build their first application.
@NoodleFlame3 жыл бұрын
If you want to keep the buttons the same size with spacing you can set the right margin to 6 for the left button, a left margin of 6 for the right button and a margin of 3 on both the left and right of the middle button. All three buttons will have then have the same size and the total margin spacing will be 9.
@blackky925 жыл бұрын
I am glad that people like you exist. Thank you for sharing your knowledge.
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@fernandofsan7 жыл бұрын
This channel is like netflix for me! enjoying!!
@AngelSix7 жыл бұрын
ha awesome I'm glad it is :)
@d3struction615 жыл бұрын
Actually it's nothing like Netflix. Netflix wastes your money and time. These KZbin channels educate you and help you better yourself and your career.
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@demansou887 жыл бұрын
Your videos are excellent. Thanks for making content for SolidWorks and WPF. It's helped me immensely with getting up to speed on creating an add-in for my company.
@AngelSix7 жыл бұрын
No problem glad you liked them
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications a
@GonzoGonschi8 жыл бұрын
fantastic explanations again. I hope you cover database and MVVM in the future. thank you for these great vids.
@AngelSix8 жыл бұрын
Thanks. Yes I will be covering MVVM and view models firstly, probably in about 2 videos time, then databases I will go over via explaining Entity Framework
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@alberthalbert1153 Жыл бұрын
I just wanted to drop in and let you know that your SolidWorks API work from ~8-10 years ago is, in part, directly responsible for my transition from mechanical engineering to pure software development. Had I not stumbled upon your educational material and automated an incredibly tedious SW workflow, I would not have gone so hard into programming in general. And now, here I am, years later, getting an absolute master class in the next skill I need to advance my career. I've never donated to anyone on Patreon before, but you will be the first.
@AngelSix Жыл бұрын
That's awesome to hear and so glad it helped you
@marcol53747 жыл бұрын
Thanks a lot, great tutorial !!! the best videos to learn wpf !!!!
@AngelSix7 жыл бұрын
+Marco L thanks
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@GameFreasher3 жыл бұрын
This video is quite simple and easy to understand. I understood fundamentals of WPF Elements so easily. Thanks for the video.
@nidaren7 жыл бұрын
Fantastic guide, thank you!
@AngelSix7 жыл бұрын
Thanks. Glad you like it
@AngelSix5 жыл бұрын
My Setup & Recommendations www.amazon.co.uk/shop/angelsix
@thndrkeepevolving52664 жыл бұрын
This is the BEST WPF TUTORIAL ever. Thank you so much as I am coming from Java.
@Crux1615 жыл бұрын
The one thing I noticed that was missing was the original screen shot made use of a border behind the form. If you're trying to make it look 100% accurate then you'd need to add a 10 pixel border of #E0E0E0, and a border within and set it's "BorderBrush" to "DarkGray" with a BorderThickness of 1... This wrapped around the original Border tag shown in the video produces a form similar the screenshot he provides in the video.
@Hollerbiju7 жыл бұрын
I have been looking for something like this for some time now ... creating an application from scratch... You've done a wonderful job. I loved it. Thanks a ton for doing this. I can't wait to go through the rest of your videos.
@AngelSix7 жыл бұрын
Thanks
@Kryptonic19977 жыл бұрын
Holy shit man. You explain much better than my professor. Great job!
@AngelSix7 жыл бұрын
Gre3n! thanks man. don't tell your professor!
@Natlahim3 жыл бұрын
I watched several videos before to get an introduction to WPF. This one did it for me. Thanks!
@classygaming73287 жыл бұрын
Great Tutorial! Definitely the best I have found so far about Design in WPF. One Question could you tell for or make a video about how to add a kind of hint or ghost text to a Text box for example when you go to sign up for an account on Facebook it will Say "First Name" in the box for your name. Again Great tutorial keep it up!
@AngelSix7 жыл бұрын
+Classy Gaming yes already done just flick through and look at the sign up screen
@RugbugRedfern4 жыл бұрын
This is by far the best WPF tutorial I've ever watched. Thank you SO MUCH!
@ПетровичиК-м5у7 ай бұрын
Who is watching this masterpiece in 2024 ?
@deebater52986 ай бұрын
Well you for starters, and me of course and with 1M views, I guess quite a few others. It's a good introduction to the basics without getting bogged down with all the MVVM stuff. Oh and by the way; Slava Ukraini and down with Orcs!😆
@mohammadiaaАй бұрын
mi
@76Gazz7 жыл бұрын
Top man. I've just switched from Tester to GUI designer and you've saved my bacon more than once this week!
@AngelSix7 жыл бұрын
Awesome. Glad it's helping
@umliuq7 жыл бұрын
Great video, thanks for sharing your knowledge! Would you cover error/exception handling in future videos? You made things so much easier to understand, amazing teaching! Thanks!
@AngelSix7 жыл бұрын
Sure I'll do one on debugging probably after the next video which will be WPF as everyone keeps asking for those :)
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@Commenter91203 жыл бұрын
Casting an object sender to the source object like the comboBox etc is the most important concept very well explained
@fadygamilmahrousmasoud58634 жыл бұрын
what do I need to start this WPF series? I already have good knowledge of c# and LINQ and SQL Server Another question please, Are you going to build an entire application in this course?
@markus72wi Жыл бұрын
Excellent tutorial for me to refresh my WPF Skills after 6,5 years, thank you so much
@eitzhadas7 жыл бұрын
Incredible video! One question, any specific reason you write 'x:Name' rather than the shorter 'Name', which I believe works the same?
@AngelSix7 жыл бұрын
+eitzhadas habit. When I used WPF years ago you needed the x. I'll try and remember to remove it
@AngelSix7 жыл бұрын
also I found using Name without x: in a lot of places lately causes namespace conflicts. so best to stick to x:Name
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications a
@GammaSouljah7 жыл бұрын
This Turorial is like a Matrix download of the best practice foundation of coding WPF straight into your brain! Thank you for posting it.
@MaoDev4 жыл бұрын
do you think it's worth it to learn wpf in 2020?
@HOWYOUDOIN8843 жыл бұрын
depends what you want to do... it's the most flexible framework for UI
@shirliv15 жыл бұрын
Thank you so very very much! I've been reading online about WPF for like a week now and was still struggling and you made it clearer. I should've watched your videos from the very start. Going right to the next one. Thank you thank you thank you
@AngelSix5 жыл бұрын
Your welcome, glad I could help
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications a
@mattr73916 жыл бұрын
This is exactly what I was looking for as a WinForms dev getting into WPF. Thank you for the time and effort to compile this series. I'm excited to watch the rest of the videos!
@AngelSix6 жыл бұрын
Glad I could help
@riekumar69996 жыл бұрын
I love how you cover WPF, especially when you break down the UI and what it's composed of.
@AngelSix6 жыл бұрын
Thanks glad you like it
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications a
@breal14607 жыл бұрын
I just took a first look at WPF today and this video is an excellent introduction. Thank you very much sir!
@AngelSix7 жыл бұрын
No problem glad you like it :)
@rakuma907 жыл бұрын
I thought I won't be wasting my time to learn XAML when I have all that ToolBox and I can simply make my apps with dragging & droping. But with ur explanations XAML seems much easier to learn, and now I can see the difference between drag&drop and typing it manualy through XAML code. Great tutorial, thank u for this!
@AngelSix7 жыл бұрын
Thats awesome. Glad it helped. It's hard to get away from drag-drop mentality once you are used to it, but there is so much more power in typing it, so long as you just understand and think in a specific way when doing it
@babymatoki56763 жыл бұрын
I really love how you taught in this video. I really understood the basics compared to other videos here in YT and other materials!! This is really helpful! Thanks a bunch!
@DRocksRecords5 жыл бұрын
This is a complete and not boring starter video. Thanks a lot. I'll be watching most episodes to learn c#!!
@roddypine60773 жыл бұрын
Gave u a Thumbs UP - nice way to introducing a UI framework with UI. Pretty decent explanations and you were able to keep extraneous topics out of the presentation.
@adoraci_7 жыл бұрын
This is wonderful and your code is so beautiful. I don't have access to my computer right now but just watching this is giving me an itch to try it out! Great video.
@AngelSix7 жыл бұрын
+Adoraci thanks
@TheDrHaze4 жыл бұрын
Thanks, this is one of the best courses I've ever came across!
@albertogaytan14534 жыл бұрын
This was definitely an excellent video, the information goes straight to the point. And finally, no Indian accent was heard.
@triangleangle4 жыл бұрын
I am going through your videos and I am loving it.. I have understanding on wpf but wanted to brush up things and your videos really aided. Very good work!! Thumbs up
@AngelSix4 жыл бұрын
Glad you like them!
@andrewhaas53815 жыл бұрын
Awesome Teacher!!! So easy to follow. "and if you are wondering how i selected like that..." READ MY MIND!!!!
@AngelSix5 жыл бұрын
Ha yeah. The gold nuggets of advice. Super simple but super useful for daily coding
@ThanhTran-ki1lz10 ай бұрын
Newbie here. Thank you for your videos. It saves me a lot of time.
@simon.voggeneder6 жыл бұрын
Incredible tutorial. Although you plunge right into the topic I never felt left out, as you explained everything on the go with great clarity and speed. It's a rare sight to behold.
@AngelSix6 жыл бұрын
Thanks, glad you like it :)
@maxalmonte146 жыл бұрын
Wow! I can't believe how easy you make things look, you're the best!
@AngelSix6 жыл бұрын
Thanks :)
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications
@muhammadahmadyousaf28244 жыл бұрын
look at me . i have't even watched this guy's one video and people your comments are making me mouthwatering
@shadilios2 жыл бұрын
A quicker way to reset the check boxes all at once without writing all of them is to do this: 🐸🐸 private void ResetButton_Click(object sender, RoutedEventArgs e) { // boxes: is a name of a StackPanel containing all the checkboxes var checkBoxes = this.boxes.Children; foreach (CheckBox checkBox in checkBoxes) { checkBox.IsChecked = false; } }
@besmabensadoune79666 жыл бұрын
That helped me a lot on understanding a lot of things that seemed hard but are actually pretty easy. Thanks a lot , you really are a great Teacher !
@AngelSix6 жыл бұрын
Your weclome, glad it helped
@CubiCNooBiC6 жыл бұрын
Thank you! Excellent tutorials, and very useful! and what even more important about this lessons is that AngelSix share a lot of Pro-Tips that even if you are a beginner you will already be better than people who learned from other places. it takes experience and pain to learn those, and here you can learn about it and enjoy! so recommend this channel to your friends
@AngelSix6 жыл бұрын
Thanks for the awesome comment, and your welcome glad my video could help
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications a
@TheFrogfather16 жыл бұрын
Good clear introduction to WPF and XAML (and why typing code is better than dragging and dropping!)
@AngelSix6 жыл бұрын
Thanks
@pjanicked91277 жыл бұрын
I have an interview tomorrow. And they need me to know atleast basic wpf. This worked like a charm! Thank u so much sir! 👍
@AngelSix7 жыл бұрын
Pjanicked ha perfect hope the interview goes well
@fredhportal7 жыл бұрын
Great tutorial!! Thank you for creating this series. It has been a big help to me getting started with WPF
@AngelSix7 жыл бұрын
No problem. Glad it has been useful
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@Paww037 жыл бұрын
Just went through the first video and already found it very useful. Excited to get into more of your tutorials!
@AngelSix7 жыл бұрын
thanks (sorry for slow reply, youtube doesn't show alerts for all comments sometimes)
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications
@hulkhan83387 жыл бұрын
You did a great copy & paste trick at 38:53 which I didn't have a clue about before :) Btw awesome tutorial!
@AngelSix7 жыл бұрын
Hold Alt then click/drag a region
@bertramstier25406 жыл бұрын
THIS is AMAZING. Thank you! Its clear. Its very informative. I was able to just code along with you. And it works. I've done SO MANY tutorials, and they don't work. And it is so frustrating. You let us know why you do things... Just Great!
@AngelSix6 жыл бұрын
Thanks and glad I could help you out
@SebastianTheNovice7 жыл бұрын
absolutely love the way you teach and how one can easily follow along, this has been by far the greatest tutorial on what seemed to me like magic, coming from a windows forms background. ;) can't wait to follow along your other tutorials. Greetings from rainy scotland :)
@AngelSix7 жыл бұрын
Awesome I'm glad it's been of help :)
@fernandofsan7 жыл бұрын
Awesome content, your knowledgement is impressive! Thanks for sharing! I'm so glad to know what we can do with WPF! Please, dont stop!
@AngelSix7 жыл бұрын
Thanks
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@alisaleem23814 жыл бұрын
FINALLY!! A tutorial that is actually helpful and informative for a beginner nice explanation.....
@AngelSix4 жыл бұрын
Glad it was helpful!
@andylec58795 жыл бұрын
Probably the best, most concise video I've seen. Just what I needed. Cheers mate.
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications
@elModo77 жыл бұрын
I'm at the office, but I just had to login to like the video and tell you: This is such an amazing guide, good job and thanks for putting such an effort into this! 💯
@AngelSix7 жыл бұрын
Thanks glad you like it :)
@credair5 жыл бұрын
I really enjoyed this tut.... helped me a lot to understand WPF a little better ! I plan on watching the other Tuts you have on this matter ! TY !
@hexquisite41645 жыл бұрын
just wow... this is amazing, seriously! It's a big advantage if you have handled visual studio or HTML before, you'll understand the video much easier. I highly recommend to do everything along the way AND sometimes try to guess what is he going to do, let's say when he said he'll do the checkboxes, I did it alone to test myself! I prefer your style, I mean other content creators often spend waaaay too much time on explaining stuff, but your approach is more like, let's go, do your stuff and I'll explain along the way! I learned a ton, and I'll definitely watch your other videos!
@AngelSix5 жыл бұрын
Thanks. Got new videos coming soon
@chrisanderson6876 жыл бұрын
This series looks promising, thx for making this! Settling in for a tutorial binge :D
@AngelSix6 жыл бұрын
Ha awesome, hope you enjoy
@reinie62796 жыл бұрын
Clear explanation. Understandable English. Good tempo. Great!
@AngelSix6 жыл бұрын
Thanks
@CursedRat4u6 жыл бұрын
Thanks a lot for this tutorial. Did a lot of stuff that used the console and basic windows forms. But this changed everything
@AngelSix6 жыл бұрын
Cool glad it helped :)
@HairySYNC6 жыл бұрын
Excellent tutorial. You make it enjoyable and easy to follow. Thank you. Keep it up
@AngelSix6 жыл бұрын
Your welcome glad you like it
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@jokers_3362 жыл бұрын
TNice tutorials was super helpful, dude! I got the tutorial version of soft soft just to get a taste, and after figuring it out I decided to purchase the
@saltymcnaulty99277 жыл бұрын
Great Video! I look forward to digging into the rest of this series. I've made a WPF application in my software dev class and it used View Models and some other advanced concepts but I still learned quite a bit from watching this video. Thanks!
@AngelSix7 жыл бұрын
That's awesome. Glad you can still learn some stuff when you already have experience in the area
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications
@KevinMillerVirtually7 жыл бұрын
Thanks! More than syntax - you show a great development process!
@AngelSix7 жыл бұрын
+Kevin Miller thanks
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@knightdef7653 жыл бұрын
Bro! God Bless you, your content is super Elite and simple to follow.
@bissash1035 жыл бұрын
WOW! i Finished this first tutorial and im impresive, i learn more in this video than my last 10 days reading a book and watching Udemy course, thanks for such amazing content
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@tapasu75147 жыл бұрын
Best WPF tutotrial on youtube !! Thank you so much.
@AngelSix7 жыл бұрын
thanks
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications
@hexiscram59074 жыл бұрын
I wish you were my professor; When I was a student back then. Thx! , Very straight forward.
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications
@CommandoRamboUK6 жыл бұрын
The second stack panel to hold the buttons! you can set margins to space them equally across the panel.
@rainerzufall13375 жыл бұрын
WOW This is exactly I was looking for .... Thank you so much for this series! I will watch every single video of it! :-)
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf application
@exogendesign45823 жыл бұрын
Finally I found something that is really on my level of learning. Thank you.
@allamovich7 жыл бұрын
Really nice tutorials and great explanation, keep it up, it's very nice of you to share your knowledge.
@AngelSix7 жыл бұрын
Ahmed Allam thanks
@tolagurl234 жыл бұрын
Thank you for the video, it is well structured and easy to follow for a WPF newbie.
@scotolivera82073 жыл бұрын
I really love this channel and i hope he come back soon.
@HON.SE.PTEMBER2 жыл бұрын
The explanation is really well done! He explains everything, thank you for this tutorial +rep
@QuickZ_7 жыл бұрын
XAML seams very easy. Especially if you are used to HTML/CSS. I am just a few weeks in to C# (mostly console app) and the WPF really puts your OOP-skills to the test. The biggest challenge really now in the beginning.
@AngelSix7 жыл бұрын
Yes XAML is a lovely lanuage to make UI in it "just works"
@johnagapi59707 жыл бұрын
Thank you so much . You really do think in terms of eager Students. I was waiting for the Short cut Alt+Mouse Select. Thank you once again.
@AngelSix7 жыл бұрын
Awesome. I'll be doing a "My shortcuts" video next so you may learn some new ones there too
@Ethorbit3 жыл бұрын
Thanks for this, pointing out those small tips and tricks along the way is everything.
@wilfredj.m.kabathi16336 жыл бұрын
Best teacher on planet!! I knew csharp WinForms only that I have never done WPF. This is best start ever. Keep up!
@roko5677 жыл бұрын
This is a fantastic tutorial. Really well made and easy to follow and understand. Thank you.
@AngelSix7 жыл бұрын
Thanks glad you like it
@jeremyolu27872 жыл бұрын
if you want a cleaner way to reset checkboxes - i would add individual checkboxes to a list of type checkbox and then in the reset btn logic foreach over the list and set each checkbox to false
@samking19027 жыл бұрын
Just One word for your Teaching Method ---- AWESOMEEEEE. I tried learning from various but it was just not in line.... Thank you very very very Much for this Awesome tutorials :) Cheers
@AngelSix7 жыл бұрын
Sam King wow thanks. glad my videos are so useful. more to come shortly
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications a
@softwareqavaradautomation48294 жыл бұрын
its awesome video where we can get everything about WPF for begginer...thankyu sir
@yunuskaraman32074 жыл бұрын
ay.link/wpfaps large wpf applications a
@ronancasey7 жыл бұрын
Fantastic video Luke! Thanks so much for doing these.
@AngelSix7 жыл бұрын
+Ronan Casey no problem. Glad they are useful
@celiafernandes9084 Жыл бұрын
God bless your service sir, so brilliant tutorial. You taught us really very well. Highly appreciated🙏😊
@LasvandoChannel5 жыл бұрын
I'm a noob in wpf and specially in mvvm architecture but i think that with your tutorial i will able to learn much, if you have done a course or if you'll do i'll be glad to buy it cause you're a top teacher!
@AngelSix5 жыл бұрын
Thanks. I will likely be doing a few full courses on Udemy soon and giving teaching a go at full time. Then once I am earning enough to pay my bills the rest will be free on KZbin
@oluwaseunadeokin42542 жыл бұрын
@@AngelSix Sir, Thank you for the tutorial I'm new to programming and I think this has helped me a lot. I will be looking out for more of your tutorials on here. God bless you