C# WPF UI Tutorials: 01 - The Basics

  Рет қаралды 1,095,459

AngelSix

AngelSix

Күн бұрын

Пікірлер: 908
@dizzykwalla1198
@dizzykwalla1198 6 жыл бұрын
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!
@AngelSix
@AngelSix 6 жыл бұрын
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
@HOWYOUDOIN884
@HOWYOUDOIN884 3 жыл бұрын
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.
@jordimorenosanchez584
@jordimorenosanchez584 2 жыл бұрын
​@@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.
@HOWYOUDOIN884
@HOWYOUDOIN884 2 жыл бұрын
@@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. 😂
@jordimorenosanchez584
@jordimorenosanchez584 2 жыл бұрын
@@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.
@CsabaVargaZoltan
@CsabaVargaZoltan 4 жыл бұрын
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!
@AngelSix
@AngelSix 4 жыл бұрын
Thanks. Really glad to help people out
@johnpelitidis6297
@johnpelitidis6297 7 жыл бұрын
At last.. someone who is thorough, concise and can speak english...
@AngelSix
@AngelSix 7 жыл бұрын
Thanks :)
@mogwaii
@mogwaii 7 жыл бұрын
What Juan said ^
@dabrosfloorsurveysltduk1789
@dabrosfloorsurveysltduk1789 6 жыл бұрын
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 .
@fraznofire2508
@fraznofire2508 6 жыл бұрын
Jay D you’re clearly not cut out to be a programmer if you get people to do the programming for you
@dominiquebeaulieu
@dominiquebeaulieu 6 жыл бұрын
J'aimerais mieux en français.
@Alekov_
@Alekov_ 5 жыл бұрын
39:32 just changed my life
@준-k6w3y
@준-k6w3y 5 жыл бұрын
me too 킹왕짱 ㅋㅋ
@antonischaralampidis29
@antonischaralampidis29 5 жыл бұрын
holy yes
@ediccartman7252
@ediccartman7252 5 жыл бұрын
Absolutely
@MarkoKoljancic
@MarkoKoljancic 4 жыл бұрын
Same here, I remember when I first time saw this edit multiline trick. :D
@조민호-l1d
@조민호-l1d 4 жыл бұрын
킹왕짱 222
@ragtop63
@ragtop63 5 жыл бұрын
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.
@patricktucci2818
@patricktucci2818 5 жыл бұрын
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
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@tomdewilde7956
@tomdewilde7956 3 жыл бұрын
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.PTEMBER
@HON.SE.PTEMBER 2 жыл бұрын
Fr fr thank u
@jo-of-joey
@jo-of-joey 6 жыл бұрын
I like this. So straight forward. Doesn't treat the viewer like a baby as in other tutorials.
@AngelSix
@AngelSix 6 жыл бұрын
Thanks. Glad you like it :)
@deveagle6193
@deveagle6193 6 жыл бұрын
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!
@AngelSix
@AngelSix 6 жыл бұрын
Thanks glad you like it :)
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@depshallburn
@depshallburn 2 ай бұрын
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!
@AhmedHussainy2199
@AhmedHussainy2199 7 жыл бұрын
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.
@AngelSix
@AngelSix 7 жыл бұрын
+Ahmed Hussainy thanks I'll keep the videos coming
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@brianfrancis5548
@brianfrancis5548 2 жыл бұрын
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.
@NoodleFlame
@NoodleFlame 3 жыл бұрын
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.
@blackky92
@blackky92 5 жыл бұрын
I am glad that people like you exist. Thank you for sharing your knowledge.
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@fernandofsan
@fernandofsan 7 жыл бұрын
This channel is like netflix for me! enjoying!!
@AngelSix
@AngelSix 7 жыл бұрын
ha awesome I'm glad it is :)
@d3struction61
@d3struction61 5 жыл бұрын
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.
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@demansou88
@demansou88 7 жыл бұрын
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.
@AngelSix
@AngelSix 7 жыл бұрын
No problem glad you liked them
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications a
@GonzoGonschi
@GonzoGonschi 8 жыл бұрын
fantastic explanations again. I hope you cover database and MVVM in the future. thank you for these great vids.
@AngelSix
@AngelSix 8 жыл бұрын
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
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@alberthalbert1153
@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
@AngelSix Жыл бұрын
That's awesome to hear and so glad it helped you
@marcol5374
@marcol5374 7 жыл бұрын
Thanks a lot, great tutorial !!! the best videos to learn wpf !!!!
@AngelSix
@AngelSix 7 жыл бұрын
+Marco L thanks
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@GameFreasher
@GameFreasher 3 жыл бұрын
This video is quite simple and easy to understand. I understood fundamentals of WPF Elements so easily. Thanks for the video.
@nidaren
@nidaren 7 жыл бұрын
Fantastic guide, thank you!
@AngelSix
@AngelSix 7 жыл бұрын
Thanks. Glad you like it
@AngelSix
@AngelSix 5 жыл бұрын
My Setup & Recommendations www.amazon.co.uk/shop/angelsix
@thndrkeepevolving5266
@thndrkeepevolving5266 4 жыл бұрын
This is the BEST WPF TUTORIAL ever. Thank you so much as I am coming from Java.
@Crux161
@Crux161 5 жыл бұрын
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.
@Hollerbiju
@Hollerbiju 7 жыл бұрын
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.
@AngelSix
@AngelSix 7 жыл бұрын
Thanks
@Kryptonic1997
@Kryptonic1997 7 жыл бұрын
Holy shit man. You explain much better than my professor. Great job!
@AngelSix
@AngelSix 7 жыл бұрын
Gre3n! thanks man. don't tell your professor!
@Natlahim
@Natlahim 3 жыл бұрын
I watched several videos before to get an introduction to WPF. This one did it for me. Thanks!
@classygaming7328
@classygaming7328 7 жыл бұрын
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!
@AngelSix
@AngelSix 7 жыл бұрын
+Classy Gaming yes already done just flick through and look at the sign up screen
@RugbugRedfern
@RugbugRedfern 4 жыл бұрын
This is by far the best WPF tutorial I've ever watched. Thank you SO MUCH!
@ПетровичиК-м5у
@ПетровичиК-м5у 7 ай бұрын
Who is watching this masterpiece in 2024 ?
@deebater5298
@deebater5298 6 ай бұрын
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
@mohammadiaa Ай бұрын
mi
@76Gazz
@76Gazz 7 жыл бұрын
Top man. I've just switched from Tester to GUI designer and you've saved my bacon more than once this week!
@AngelSix
@AngelSix 7 жыл бұрын
Awesome. Glad it's helping
@umliuq
@umliuq 7 жыл бұрын
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!
@AngelSix
@AngelSix 7 жыл бұрын
Sure I'll do one on debugging probably after the next video which will be WPF as everyone keeps asking for those :)
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@Commenter9120
@Commenter9120 3 жыл бұрын
Casting an object sender to the source object like the comboBox etc is the most important concept very well explained
@fadygamilmahrousmasoud5863
@fadygamilmahrousmasoud5863 4 жыл бұрын
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
@markus72wi Жыл бұрын
Excellent tutorial for me to refresh my WPF Skills after 6,5 years, thank you so much
@eitzhadas
@eitzhadas 7 жыл бұрын
Incredible video! One question, any specific reason you write 'x:Name' rather than the shorter 'Name', which I believe works the same?
@AngelSix
@AngelSix 7 жыл бұрын
+eitzhadas habit. When I used WPF years ago you needed the x. I'll try and remember to remove it
@AngelSix
@AngelSix 7 жыл бұрын
also I found using Name without x: in a lot of places lately causes namespace conflicts. so best to stick to x:Name
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications a
@GammaSouljah
@GammaSouljah 7 жыл бұрын
This Turorial is like a Matrix download of the best practice foundation of coding WPF straight into your brain! Thank you for posting it.
@MaoDev
@MaoDev 4 жыл бұрын
do you think it's worth it to learn wpf in 2020?
@HOWYOUDOIN884
@HOWYOUDOIN884 3 жыл бұрын
depends what you want to do... it's the most flexible framework for UI
@shirliv1
@shirliv1 5 жыл бұрын
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
@AngelSix
@AngelSix 5 жыл бұрын
Your welcome, glad I could help
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications a
@mattr7391
@mattr7391 6 жыл бұрын
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!
@AngelSix
@AngelSix 6 жыл бұрын
Glad I could help
@riekumar6999
@riekumar6999 6 жыл бұрын
I love how you cover WPF, especially when you break down the UI and what it's composed of.
@AngelSix
@AngelSix 6 жыл бұрын
Thanks glad you like it
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications a
@breal1460
@breal1460 7 жыл бұрын
I just took a first look at WPF today and this video is an excellent introduction. Thank you very much sir!
@AngelSix
@AngelSix 7 жыл бұрын
No problem glad you like it :)
@rakuma90
@rakuma90 7 жыл бұрын
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!
@AngelSix
@AngelSix 7 жыл бұрын
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
@babymatoki5676
@babymatoki5676 3 жыл бұрын
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!
@DRocksRecords
@DRocksRecords 5 жыл бұрын
This is a complete and not boring starter video. Thanks a lot. I'll be watching most episodes to learn c#!!
@roddypine6077
@roddypine6077 3 жыл бұрын
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_
@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.
@AngelSix
@AngelSix 7 жыл бұрын
+Adoraci thanks
@TheDrHaze
@TheDrHaze 4 жыл бұрын
Thanks, this is one of the best courses I've ever came across!
@albertogaytan1453
@albertogaytan1453 4 жыл бұрын
This was definitely an excellent video, the information goes straight to the point. And finally, no Indian accent was heard.
@triangleangle
@triangleangle 4 жыл бұрын
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
@AngelSix
@AngelSix 4 жыл бұрын
Glad you like them!
@andrewhaas5381
@andrewhaas5381 5 жыл бұрын
Awesome Teacher!!! So easy to follow. "and if you are wondering how i selected like that..." READ MY MIND!!!!
@AngelSix
@AngelSix 5 жыл бұрын
Ha yeah. The gold nuggets of advice. Super simple but super useful for daily coding
@ThanhTran-ki1lz
@ThanhTran-ki1lz 10 ай бұрын
Newbie here. Thank you for your videos. It saves me a lot of time.
@simon.voggeneder
@simon.voggeneder 6 жыл бұрын
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.
@AngelSix
@AngelSix 6 жыл бұрын
Thanks, glad you like it :)
@maxalmonte14
@maxalmonte14 6 жыл бұрын
Wow! I can't believe how easy you make things look, you're the best!
@AngelSix
@AngelSix 6 жыл бұрын
Thanks :)
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications
@muhammadahmadyousaf2824
@muhammadahmadyousaf2824 4 жыл бұрын
look at me . i have't even watched this guy's one video and people your comments are making me mouthwatering
@shadilios
@shadilios 2 жыл бұрын
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; } }
@besmabensadoune7966
@besmabensadoune7966 6 жыл бұрын
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 !
@AngelSix
@AngelSix 6 жыл бұрын
Your weclome, glad it helped
@CubiCNooBiC
@CubiCNooBiC 6 жыл бұрын
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
@AngelSix
@AngelSix 6 жыл бұрын
Thanks for the awesome comment, and your welcome glad my video could help
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications a
@TheFrogfather1
@TheFrogfather1 6 жыл бұрын
Good clear introduction to WPF and XAML (and why typing code is better than dragging and dropping!)
@AngelSix
@AngelSix 6 жыл бұрын
Thanks
@pjanicked9127
@pjanicked9127 7 жыл бұрын
I have an interview tomorrow. And they need me to know atleast basic wpf. This worked like a charm! Thank u so much sir! 👍
@AngelSix
@AngelSix 7 жыл бұрын
Pjanicked ha perfect hope the interview goes well
@fredhportal
@fredhportal 7 жыл бұрын
Great tutorial!! Thank you for creating this series. It has been a big help to me getting started with WPF
@AngelSix
@AngelSix 7 жыл бұрын
No problem. Glad it has been useful
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@Paww03
@Paww03 7 жыл бұрын
Just went through the first video and already found it very useful. Excited to get into more of your tutorials!
@AngelSix
@AngelSix 7 жыл бұрын
thanks (sorry for slow reply, youtube doesn't show alerts for all comments sometimes)
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications
@hulkhan8338
@hulkhan8338 7 жыл бұрын
You did a great copy & paste trick at 38:53 which I didn't have a clue about before :) Btw awesome tutorial!
@AngelSix
@AngelSix 7 жыл бұрын
Hold Alt then click/drag a region
@bertramstier2540
@bertramstier2540 6 жыл бұрын
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!
@AngelSix
@AngelSix 6 жыл бұрын
Thanks and glad I could help you out
@SebastianTheNovice
@SebastianTheNovice 7 жыл бұрын
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 :)
@AngelSix
@AngelSix 7 жыл бұрын
Awesome I'm glad it's been of help :)
@fernandofsan
@fernandofsan 7 жыл бұрын
Awesome content, your knowledgement is impressive! Thanks for sharing! I'm so glad to know what we can do with WPF! Please, dont stop!
@AngelSix
@AngelSix 7 жыл бұрын
Thanks
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@alisaleem2381
@alisaleem2381 4 жыл бұрын
FINALLY!! A tutorial that is actually helpful and informative for a beginner nice explanation.....
@AngelSix
@AngelSix 4 жыл бұрын
Glad it was helpful!
@andylec5879
@andylec5879 5 жыл бұрын
Probably the best, most concise video I've seen. Just what I needed. Cheers mate.
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications
@elModo7
@elModo7 7 жыл бұрын
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! 💯
@AngelSix
@AngelSix 7 жыл бұрын
Thanks glad you like it :)
@credair
@credair 5 жыл бұрын
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 !
@hexquisite4164
@hexquisite4164 5 жыл бұрын
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!
@AngelSix
@AngelSix 5 жыл бұрын
Thanks. Got new videos coming soon
@chrisanderson687
@chrisanderson687 6 жыл бұрын
This series looks promising, thx for making this! Settling in for a tutorial binge :D
@AngelSix
@AngelSix 6 жыл бұрын
Ha awesome, hope you enjoy
@reinie6279
@reinie6279 6 жыл бұрын
Clear explanation. Understandable English. Good tempo. Great!
@AngelSix
@AngelSix 6 жыл бұрын
Thanks
@CursedRat4u
@CursedRat4u 6 жыл бұрын
Thanks a lot for this tutorial. Did a lot of stuff that used the console and basic windows forms. But this changed everything
@AngelSix
@AngelSix 6 жыл бұрын
Cool glad it helped :)
@HairySYNC
@HairySYNC 6 жыл бұрын
Excellent tutorial. You make it enjoyable and easy to follow. Thank you. Keep it up
@AngelSix
@AngelSix 6 жыл бұрын
Your welcome glad you like it
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@jokers_336
@jokers_336 2 жыл бұрын
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
@saltymcnaulty9927
@saltymcnaulty9927 7 жыл бұрын
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!
@AngelSix
@AngelSix 7 жыл бұрын
That's awesome. Glad you can still learn some stuff when you already have experience in the area
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications
@KevinMillerVirtually
@KevinMillerVirtually 7 жыл бұрын
Thanks! More than syntax - you show a great development process!
@AngelSix
@AngelSix 7 жыл бұрын
+Kevin Miller thanks
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@knightdef765
@knightdef765 3 жыл бұрын
Bro! God Bless you, your content is super Elite and simple to follow.
@bissash103
@bissash103 5 жыл бұрын
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
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@tapasu7514
@tapasu7514 7 жыл бұрын
Best WPF tutotrial on youtube !! Thank you so much.
@AngelSix
@AngelSix 7 жыл бұрын
thanks
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications
@hexiscram5907
@hexiscram5907 4 жыл бұрын
I wish you were my professor; When I was a student back then. Thx! , Very straight forward.
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications
@CommandoRamboUK
@CommandoRamboUK 6 жыл бұрын
The second stack panel to hold the buttons! you can set margins to space them equally across the panel.
@rainerzufall1337
@rainerzufall1337 5 жыл бұрын
WOW This is exactly I was looking for .... Thank you so much for this series! I will watch every single video of it! :-)
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf application
@exogendesign4582
@exogendesign4582 3 жыл бұрын
Finally I found something that is really on my level of learning. Thank you.
@allamovich
@allamovich 7 жыл бұрын
Really nice tutorials and great explanation, keep it up, it's very nice of you to share your knowledge.
@AngelSix
@AngelSix 7 жыл бұрын
Ahmed Allam thanks
@tolagurl23
@tolagurl23 4 жыл бұрын
Thank you for the video, it is well structured and easy to follow for a WPF newbie.
@scotolivera8207
@scotolivera8207 3 жыл бұрын
I really love this channel and i hope he come back soon.
@HON.SE.PTEMBER
@HON.SE.PTEMBER 2 жыл бұрын
The explanation is really well done! He explains everything, thank you for this tutorial +rep
@QuickZ_
@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.
@AngelSix
@AngelSix 7 жыл бұрын
Yes XAML is a lovely lanuage to make UI in it "just works"
@johnagapi5970
@johnagapi5970 7 жыл бұрын
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.
@AngelSix
@AngelSix 7 жыл бұрын
Awesome. I'll be doing a "My shortcuts" video next so you may learn some new ones there too
@Ethorbit
@Ethorbit 3 жыл бұрын
Thanks for this, pointing out those small tips and tricks along the way is everything.
@wilfredj.m.kabathi1633
@wilfredj.m.kabathi1633 6 жыл бұрын
Best teacher on planet!! I knew csharp WinForms only that I have never done WPF. This is best start ever. Keep up!
@roko567
@roko567 7 жыл бұрын
This is a fantastic tutorial. Really well made and easy to follow and understand. Thank you.
@AngelSix
@AngelSix 7 жыл бұрын
Thanks glad you like it
@jeremyolu2787
@jeremyolu2787 2 жыл бұрын
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
@samking1902
@samking1902 7 жыл бұрын
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
@AngelSix
@AngelSix 7 жыл бұрын
Sam King wow thanks. glad my videos are so useful. more to come shortly
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications a
@softwareqavaradautomation4829
@softwareqavaradautomation4829 4 жыл бұрын
its awesome video where we can get everything about WPF for begginer...thankyu sir
@yunuskaraman3207
@yunuskaraman3207 4 жыл бұрын
ay.link/wpfaps large wpf applications a
@ronancasey
@ronancasey 7 жыл бұрын
Fantastic video Luke! Thanks so much for doing these.
@AngelSix
@AngelSix 7 жыл бұрын
+Ronan Casey no problem. Glad they are useful
@celiafernandes9084
@celiafernandes9084 Жыл бұрын
God bless your service sir, so brilliant tutorial. You taught us really very well. Highly appreciated🙏😊
@LasvandoChannel
@LasvandoChannel 5 жыл бұрын
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!
@AngelSix
@AngelSix 5 жыл бұрын
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
@oluwaseunadeokin4254
@oluwaseunadeokin4254 2 жыл бұрын
@@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
C# WPF UI Tutorials: 02 - TreeViews and Value Converters
1:15:55
Intro to WPF: Learn the basics and best practices of WPF for C#
1:10:34
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
The Basics of Data Binding in WPF
20:53
Tactic Devs
Рет қаралды 50 М.
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
thoughtbot
Рет қаралды 914 М.
Zelensky Announces Talks with Russia / End of Martial Law?
13:55
NEXTA Live
Рет қаралды 1,1 МЛН
LEARN UNITY - The Most BASIC TUTORIAL I'll Ever Make
2:04:31
Imphenzia
Рет қаралды 3,2 МЛН
Основы ООП, WPF/XAML - C# играючи 2022
1:45:22
Alex Danov
Рет қаралды 6 М.
WPF Controls: Learn basic WPF controls in C#
29:48
IAmTimCorey
Рет қаралды 182 М.
Is LEARNING WPF still WORTH it in 2023?
10:59
tutorialsEU
Рет қаралды 62 М.
C#/WPF - Learning the DataGrid
1:42:38
Kevin Bost
Рет қаралды 13 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН