This Tutorial is a pure gold mine, so much valuable information packed into short but effective explanations. Also i love how hyped up for the final product you sound, and rightfully so. I'd love to see more videos diving deeper into how INotifyPropertyChanged works and MVVM in general. Really looking forward to your future videos, thanks!
@@_buffer I have been looking for decent refresher material for a few weeks now (I was crap to start with anyway but being rusty hasn't helped). Each time I find something the material ends up being so specific you can't really generalise it or build off of it if without it blowing up into dozens of errors. This content is so straight forward and so beautifully done in terms of naming conventions, supporting code and intended outcomes that I actually managed to not only understand it and follow it but build off of it while watching and finally achieved a decent gui shell for my program that doesn't make me want to jump off a cliff. Thank you greatly.
As a junior fullstack developer who's dabbled in website and mobile app development, and now venturing into IoT and WPF, this is by far the most simple, concise, yet in-depth, and easy to follow along explanation of WPF. Loved this tutorial. Keep it up! Liked and subbed!
This is the best tutorial on C# I've seen without being a tutorial on specifically C#, your explanations are incredibly invaluable! Thank you for helping me learn C# in under 45 minutes 😃
I remember somewhere in 2011-12 there was a huge boom of WPF & WCF. Every interviewer were asking question of that. Once, I asked back.. "Do you have any WPF or WCF project running in your company?" He replied - "Actually, no" Then I asked for which project you are hiring me for. He said - " It is for .NET 2.0 web form application" There was a awkward silence and then the interview ended more quickly. I wasn't selected in that interview despite my answers being right. Now, I take interviews.. and I make sure that I don't ask dumb questions which are either too tough (which even I had to Google) or ask something which is not even related to the job description.
This is amazing and way more responsive than my forms project I can see I wasted way too much time developing a platform when we could use WPF. We totally gonna transform to this platform!
At first I thought this is going too fast, but actually it‘s really quite good; so much easier to pause the video and absorb than to fast forward and miss something. Well done. Very cool.
This guy knows what he's doing, Great job! Also I must say that as solo learner, I coundn't wrap my mind around this MVVM concept, but you made a really good job in explaining it!
Great tutorial, never thought I could make my WPF App so beautiful, thanks a lot!! Very nice explaining and editing of the video as well, it was very pleasant to watch. Hopefully we will see more in the future :-)
I have no words for your videos. I have only one thing to say "I love You, your videos your talking style" please keep it up and don't forget to complete this tutorial.
OH MY GOD!!! I have been using WindowsForms for years, I had heard about WPF but never really cared for it. Now that I decided to see exactly what this WPF was that they were talking so much about I AM TOTALLY IN LOVE WITH WPF.
You should mention, that when you are setting the windows style to none, it leads to minmax calculation issues. That means that not only there might be issues with maximize state and resizing, it also might lead to performance drops. This is critical to mention, since it can be critical for many who will develop ui based on your guidance. I made a video how to fix them over adding a hook, but it's in Russian (however you can check the code).
@codec no, as long the window is now we as maximized. Since static assimilate is forcing height and width in a pixies area and not utilizing internal coordination systems
Bro how dp you manage to bind the stylized textbox with the viewmodel property? Because he set a nested textbox inside the controltemplate it causes problems with binding, did you managed to fix this?
@user-dc5qn7hl8z you should elaborate a bit more on this issue you are having. It's a long time ago, I replied, but I can't recall having any issues with binding
I like how fast your tutorials are! Most C# tutorials spend hours talking about simple primitives and then glaze over why complex types are being implemented.
Great tutorial among one of the best I've seen in years not only did you explain everything in a way that anyone could understand it, but you showed an amazing style or programming Modern UI's that'll definitely come in handy for any developer's looking to get into this both as a hobby or as a carrier. Great work!
@@_buffer you think you could do another for controls like listbox and listboxitems been trying to figure out how to emulate a similar ListBoxView as the radio button list you designed but haven't had any luck with overwriting the selection highlighting it applies when an item is selected
I learned a lot about WPF project structure and logic in the proper way with using MVVM structure and as well binding. I even learnt from you how to develop Mordern UI with intuitive design development. At the end, where you have shown to use custom font and icon was also another plus. You are a great teacher being able to point out and explain all the key concepts. Please provide us with such valuable content in learming to program in Wpf. All the credits and appreciation goes to you 🎉😊
I’ve watched several videos, just to get some inspiration and learn a few more things. Always hit or miss, but this nocked it out of the park. Clearly conveyed, to the point content. Very useful. Liked, and most certainly subscribed.
I'm so glad you found something that you like! And it makes me super happy that you enjoyed the tutorial to the point where you felt that you wanted to subscribe, thank you! :-)
Amazing tutorial, came here just knowing about C# and having made only some console and winforms apps and left with a huge amount of new content for my developments, huge help for my masters thesis, new sub in here!
@@_buffer absolutely!!! At some point I tried to make WinForms UI, but it always turned out another eye-bleeding design from early 2000-s (although I believe it was due to my lack of experience). Your video gave me a great insight, thank you!
Awesome video man. I learned so much more than I thought I would. I especially liked how you put your stylings in a separate folder. I done the same right now and it makes everything so much cleaner and easier to update. You gained yourself a subscriber. Can't wait to check out more of your stuff!
Thanks this is actually awesome and great to start from. Did not know you could create such sexy GUI so easily with WPF. I will be finally throwing WinForms in the bin forever and learning WPF!
Great content - particularly Views/View Models; Presentation: friendly, informative and succinct; Video/Audio: good. In other words excellent all round.
Thanks, Payload, great video! I definitely learned a lot from it. You do go pretty quick, but I get it, I can watch -playback speed. Even though it took me a few hours to get through it, it did feel better than watching a slow few-hour video :D
Hello, even though I am from Russia, but your lesson was very useful to me, according to your lesson I am doing a diploma project. Thank you very much.
10 years ago people thought I was crazy and would say I didn't know what I was doing because I used WPF's implicit data templates. It's good to see folks like you teaching this powerful technique. keep up the good work.
Wow im really impressed on how you can actually build an app with c#. As a beginner, sadly i dont get even the half of the code you're using, but im trying my best :D So glad i have found this channel and these such of tutorials. Keep it going! Would also really like to hear from you, why youre using WPF over WFA and what is the difference between them. THXXX
I'm really glad you're enjoying the videos! It makes me so happy! And the reason to why I use WPF over WFA is mainly because of how easy it is to develop something that looks better, as well as the performance improvements :-)
If your image is not showing: 1. Right Click Image 2. Select Properties 3. Set "Build Action" to "Resource" 4. Set "Copy to Output Directory" to "Copy if newer" 5. Build Solution (ctrl + shift + b)
One day you'll pop into a stream and the streamer will be following through one of your videos with your voice at 2x the speed ;) Looking forward to when I can finally tackle UI on my project and try out your tutorial!
I've been writing WPF apps for the last 8 or so years. I feel like you just took me back to school. I learned a ton in this video. If you take requests, can you do one on responsive design?
@@kumarrishabh3587 Just because something's old doesn't at all mean it's dead, had a lot of time to be built upon, if anything it's extremely powerful because of its age!
It's Amazing Tutorial, Please 🥺 Tell me why giving an error file path is not specified and I already xmlns:viewModel="clr-namespace:MordernUI.MVVM.ViewModel" in mainwindow Thanks in advance 🙏
That's great! Just a question, when I try to get the Text from the textbox (from the x:Name in the main object, not the one in the style), it's like it's always empty even if I write something in it, what could be the problem?
Bro hello! go to textboxtheme file then in the first textbox change text property to Text="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=Text, UpdateSourceTrigger=PropertyChanged}"
Hey I went through all the steps, but Visual Studio complains that there's an unresolved null error, and it causes the app to bug out. I tried to fix this by checking if a variable was null before doing anything to it, but now it just doesn't change views.
I did what you did in this video. So my question is, it's possible that the the arounded and borderless window is adaptable to other size and is correctly adaptable when we use win + up, left or right? Because maximize is more easily than that one. @BinaryBunny
It's some quality stuff here. The main cons of this tutorial - the UI is not fluid or flexible. Sadly WPF never had any good documentation and it's very hard to "jump into this theme" and use it correctly without experimenting with it hundreds of hours. The learning curve is as hard as Angular one, even harder.
There is now an official Discord server!
discord.gg/2RNRx73aDE
@Codedays Good question, unfortunately no
This is actually good. Will you make open source code of it?
@@vpn3x Thank you! Unfortunately it's only available to Patreons, but you can always follow along the tutorial which is free :-)
This Tutorial is a pure gold mine, so much valuable information packed into short but effective explanations. Also i love how hyped up for the final product you sound, and rightfully so.
I'd love to see more videos diving deeper into how INotifyPropertyChanged works and MVVM in general.
Really looking forward to your future videos, thanks!
Thank you so much! That's exactly what I'm going for I try to inspire more people as much as I can! And That's actually my next video idea! :-)
@@_buffer I have been looking for decent refresher material for a few weeks now (I was crap to start with anyway but being rusty hasn't helped). Each time I find something the material ends up being so specific you can't really generalise it or build off of it if without it blowing up into dozens of errors. This content is so straight forward and so beautifully done in terms of naming conventions, supporting code and intended outcomes that I actually managed to not only understand it and follow it but build off of it while watching and finally achieved a decent gui shell for my program that doesn't make me want to jump off a cliff. Thank you greatly.
@@TheFinalBalance I'm so glad that you like it! Thank you so much for the nice comment, I really do appreciate it! :-)
As a junior fullstack developer who's dabbled in website and mobile app development, and now venturing into IoT and WPF, this is by far the most simple, concise, yet in-depth, and easy to follow along explanation of WPF.
Loved this tutorial. Keep it up!
Liked and subbed!
Hweck yeah! I'm glad you found it useful! :-)
This is the best tutorial on C# I've seen without being a tutorial on specifically C#, your explanations are incredibly invaluable! Thank you for helping me learn C# in under 45 minutes 😃
You're most welcome! Thank you for taking the time to show your appreciation! :-)
I have been doing some WPF work for years now and this still had some enlightening moments.
I'm glad you found some of it useful! :-)
I have never done anything with WPF before but this man looks like a wizzard omg
Haha thank you :-)
You did a better job explaining this then anyone I've ever watched so great job!
Thank you so much! That means a lot! :-)
video for 36min, i spend almost 3h to repeat this, thank u for this!!!
oh my gosh i never figure out that styling wpf could be this easy just like styling html and css, thanks a tonn
You're most welcome! :-)
I remember somewhere in 2011-12 there was a huge boom of WPF & WCF. Every interviewer were asking question of that.
Once, I asked back.. "Do you have any WPF or WCF project running in your company?"
He replied - "Actually, no"
Then I asked for which project you are hiring me for.
He said - " It is for .NET 2.0 web form application"
There was a awkward silence and then the interview ended more quickly.
I wasn't selected in that interview despite my answers being right.
Now, I take interviews.. and I make sure that I don't ask dumb questions which are either too tough (which even I had to Google) or ask something which is not even related to the job description.
This is fantastic. One of the best MVVM walkthroughs out there
Thank you so much Jeremy! :-)
This video deserves so much more attention. Amazing editing, clear dialog, and you set this up in such an easy and simplistic way.
Thanks for this.
I really do appreciate that! Thank you so much Rick! :-)
This is amazing and way more responsive than my forms project I can see I wasted way too much time developing a platform when we could use WPF. We totally gonna transform to this platform!
WPF is truly amazing! :-)
@@_buffer Yes and I can't wait for more WPF stuff from you :)
Thanks for this comment dude , will try 👍
At first I thought this is going too fast, but actually it‘s really quite good; so much easier to pause the video and absorb than to fast forward and miss something. Well done. Very cool.
This is a brilliant tute. I used it to start my app, but I am now redesigning it from the ground up and I am right back here again! Thanks
This guy knows what he's doing, Great job!
Also I must say that as solo learner, I coundn't wrap my mind around this MVVM concept, but you made a really good job in explaining it!
Came for the style, stayed for the simplistic approach of MVVM. Loved it!
I'm glad you like it! Thanks for sticking around, it's much appreciated! :-)
Great tutorial, never thought I could make my WPF App so beautiful, thanks a lot!! Very nice explaining and editing of the video as well, it was very pleasant to watch. Hopefully we will see more in the future :-)
More videos on it's way! Thank you so much for the comment it means the world to me! :-)
Awesome, absolutely love the tutorial! I am still looking back at it in 2023 and using it as a cheat sheet.
That makes me super happy to hear!
I have no words for your videos. I have only one thing to say "I love You, your videos your talking style" please keep it up and don't forget to complete this tutorial.
For just over 30 minutes you packed a lot in. Thanks!
That's what I try to do, I'm glad you noticed! :-)
This is the best tutorial by far. Nicely done!
Thank you so much! I'm glad you found it useful!
OH MY GOD!!!
I have been using WindowsForms for years, I had heard about WPF but never really cared for it.
Now that I decided to see exactly what this WPF was that they were talking so much about I AM TOTALLY IN LOVE WITH WPF.
You should mention, that when you are setting the windows style to none, it leads to minmax calculation issues. That means that not only there might be issues with maximize state and resizing, it also might lead to performance drops.
This is critical to mention, since it can be critical for many who will develop ui based on your guidance.
I made a video how to fix them over adding a hook, but it's in Russian (however you can check the code).
Thanks for the heads up!
is it still affecting an app if i have a fixed width and height?
@codec no, as long the window is now we as maximized. Since static assimilate is forcing height and width in a pixies area and not utilizing internal coordination systems
Bro how dp you manage to bind the stylized textbox with the viewmodel property?
Because he set a nested textbox inside the controltemplate it causes problems with binding, did you managed to fix this?
@user-dc5qn7hl8z you should elaborate a bit more on this issue you are having. It's a long time ago, I replied, but I can't recall having any issues with binding
I must say such high quality, content filled videos are hard to come by. Thanks a million for this great content
I followed this video step by step and it made a lot of clear.
Thank you for this.
You're most welcome!
one of the best tutorials I have watched yet on you tube! this helped so much thanks for having this up for free!
Thank you! That does mean a lot! I'm glad you enjoyed it :-)
I like how fast your tutorials are!
Most C# tutorials spend hours talking about simple primitives and then glaze over why complex types are being implemented.
Great tutorial among one of the best I've seen in years not only did you explain everything in a way that anyone could understand it, but you showed an amazing style or programming Modern UI's that'll definitely come in handy for any developer's looking to get into this both as a hobby or as a carrier. Great work!
Thank you! I really do appreciate your kind words! It means a lot to me! :-)
@@_buffer you think you could do another for controls like listbox and listboxitems been trying to figure out how to emulate a similar ListBoxView as the radio button list you designed but haven't had any luck with overwriting the selection highlighting it applies when an item is selected
Gosh, that's dense in information. Just started with wpf and this vid is very helpful, thank you!
I'm glad you enjoyed it!
I learned a lot about WPF project structure and logic in the proper way with using MVVM structure and as well binding. I even learnt from you how to develop Mordern UI with intuitive design development. At the end, where you have shown to use custom font and icon was also another plus. You are a great teacher being able to point out and explain all the key concepts. Please provide us with such valuable content in learming to program in Wpf. All the credits and appreciation goes to you 🎉😊
This is amazing. I'm a complete beginner in programming and I think this is exactly what I want to focus my studies on. Thank you.
That's great! Welcome to the amazing world of programmers! :-)
I’ve watched several videos, just to get some inspiration and learn a few more things. Always hit or miss, but this nocked it out of the park. Clearly conveyed, to the point content. Very useful. Liked, and most certainly subscribed.
I'm so glad you found something that you like! And it makes me super happy that you enjoyed the tutorial to the point where you felt that you wanted to subscribe, thank you! :-)
Amazing tutorial, came here just knowing about C# and having made only some console and winforms apps and left with a huge amount of new content for my developments, huge help for my masters thesis, new sub in here!
I'm glad I could help and that you found it useful! Welcome! :-)
God bless you, man! Maybe it is as easy as you say, but I’ve been stuck to VBA for so long, that this looks like a complex eye-candy.
Thank you! It sure is a nice change from tha typical old UI stuff and I feel as if WPF deserves more attention :-)
@@_buffer absolutely!!! At some point I tried to make WinForms UI, but it always turned out another eye-bleeding design from early 2000-s (although I believe it was due to my lack of experience). Your video gave me a great insight, thank you!
I work on wpf as a full time and I never knew it could be so beautiful! Well done!! I wish I could see more of your content tho ✨ thank you so much!
hey dude, what kind of wpf stuff do u do?
Awesome video man. I learned so much more than I thought I would. I especially liked how you put your stylings in a separate folder. I done the same right now and it makes everything so much cleaner and easier to update.
You gained yourself a subscriber. Can't wait to check out more of your stuff!
Thank you so much! That actually means so much to me! And great minds think alike! :-)
Thanks this is actually awesome and great to start from. Did not know you could create such sexy GUI so easily with WPF. I will be finally throwing WinForms in the bin forever and learning WPF!
Heck yeah! :D
But still able to explain each stage in a basic manner. Honestly thanks man!
You're most welcome! :-)
Great content - particularly Views/View Models; Presentation: friendly, informative and succinct; Video/Audio: good. In other words excellent all round.
Thank you so much Ian! I really do appreciate it! :-)
I saw a couple of tutorials on youtube but your the best. Only needed information. Thank you!
Thank you very much! :-)
Jesus christ, this was refreshing... Thank you !
You're most welcome! :-)
Thanks, Payload, great video! I definitely learned a lot from it. You do go pretty quick, but I get it, I can watch -playback speed. Even though it took me a few hours to get through it, it did feel better than watching a slow few-hour video :D
I'm glad you're learning :D
Hello, even though I am from Russia, but your lesson was very useful to me, according to your lesson I am doing a diploma project. Thank you very much.
Thank you so much for this tutorial! You explained everything so simply and so well! You are amazing!
12:37 that reaction was so funny :D thx a lot for the lesson Keep it up :)
I really need to drink more water while recording :D
@@_buffer :DD bro I am sure that even Beyonce cracks in 36 minutes of recording :D
10 years ago people thought I was crazy and would say I didn't know what I was doing because I used WPF's implicit data templates. It's good to see folks like you teaching this powerful technique. keep up the good work.
Please make more WPF tutorial like this, youre really helping me out so much thank you for this tutorial.
More videos on the way! :-)
Bookmarking this video real quick!
You're a beast!!
Wow, thank you! This is some of the best content I've ever come across.
Really really great video! I've been able to make my first good-looking WPF app because of you. Thanks so much!
You're most welcome! :-)
By this tutorial I just got my skills to next level! Thanks bro! (also I was watching it without sound and learnt everything)
Fantastic tutorial, well done!
Thank you Manuel!
Man you are more useful than StackOverflow, you helped me with a roadblock
That's the nicest thing anyone has ever said to me :sob:
I wish I could hit another like button every time I'm getting back to this video, great job!
im learning programming atm but your video really intimidates me lol i doubt i'll ever be able to create something like this at this pace.
Practice makes perfect! You got this! :-)
I need learn english…
I am from Brazil, i speak the basic.
Your videos are great! You helped a lot me.
I like how you "forgot" to show us how to add fonts until the very end to show us an example of how now to maintain this scalable code.
Thank you!
I was waiting for this video! Great content
Thank you so much! :-)
Wow im really impressed on how you can actually build an app with c#. As a beginner, sadly i dont get even the half of the code you're using, but im trying my best :D So glad i have found this channel and these such of tutorials. Keep it going!
Would also really like to hear from you, why youre using WPF over WFA and what is the difference between them. THXXX
I'm really glad you're enjoying the videos! It makes me so happy! And the reason to why I use WPF over WFA is mainly because of how easy it is to develop something that looks better, as well as the performance improvements :-)
Ok, OK! This channel is number one on UA-cam for me as its just the best! Love ur work and have a great easter! :D
Thank you so much! I'm glad I can provide content that others find useful! :-)
?!???? Why does UA-cam not recommend such gold mines more often?!! AWESOME work man keep it up!!
Thank you so much! That means so much to me! :D
Thumbs up hoping you will keep producing, I like the articulation and your pace.
The editing is soooo great!
Thank you so much i really did learn something new even though the video is 2 years old ♥♥
I'm so glad you found it useful!
WOW, this is wonderful, instant subscribe!
Thank you so much! :-)
If your image is not showing:
1. Right Click Image
2. Select Properties
3. Set "Build Action" to "Resource"
4. Set "Copy to Output Directory" to "Copy if newer"
5. Build Solution (ctrl + shift + b)
The Image show in Dev but not in runtime. How can I fix this?
@@koosloots6959 Changing the path of the image to the full path "c:\.......\image.png" solved the issue for me!
Use full path. For "Image/top-strip.png" the full is ""pack://application:,,,/Images/top-strip.png""
One day you'll pop into a stream and the streamer will be following through one of your videos with your voice at 2x the speed ;)
Looking forward to when I can finally tackle UI on my project and try out your tutorial!
AAAAAAAAAA
Thanks for this simple beautiful UI, I used it in my project.
I love u man, this video is a jewel. U saved me, teach me and gave me hope
More awesome content is on it's way! :-)
This is actually gold, thanks for making these videos!
Any easy way of restoring basic windows functionalities : moving, close.. ?
Hi good question! If you check my most recent video I've implemented it there.
I used different approach. Thanks mate you showed me new stuff. Iam exciting to make new app with this in mind.
I've been writing WPF apps for the last 8 or so years. I feel like you just took me back to school. I learned a ton in this video. If you take requests, can you do one on responsive design?
That's a great idea! Thank you! I'm glad you enjoyed the video :-)
Damn! 8 Years is a pretty long time. Is this WPF dead now?
Yes he made me feel soo bad...i was working on wpf apps from past 4 years..
@@kumarrishabh3587 WPF is not dead, especially now with MAUI and WinUI :-)
@@kumarrishabh3587 Just because something's old doesn't at all mean it's dead, had a lot of time to be built upon, if anything it's extremely powerful because of its age!
love this author explain everything in fast phase,
It's Amazing Tutorial, Please 🥺 Tell me why giving an error file path is not specified and I already xmlns:viewModel="clr-namespace:MordernUI.MVVM.ViewModel" in mainwindow
Thanks in advance 🙏
Добавил русского. Это просто великолепно!)) Thank you! 😉
Man!!! I had goosebumps from watching this video :D
Hi, i made custom textbox using your example and databindings stop working. Mb you know causes.
You are awesome. I'm not a senior programmer, but I felt some confidence while programming in C# till this day. You make me think i'm a newbie.
Stunning! You are a great talent!
third time ive come back to this video since you posted :)))
That's great! Just a question, when I try to get the Text from the textbox (from the x:Name in the main object, not the one in the style), it's like it's always empty even if I write something in it, what could be the problem?
Bro hello! go to textboxtheme file then in the first textbox change text property to
Text="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=Text, UpdateSourceTrigger=PropertyChanged}"
@@NIKITA-jy5pv buddy you are a godsend
それをモダンデザインと呼ぶのはとても不思議です。 ウィンドウのサイズを変更できない場合は、そのようなアプリケーションは使用しません。 MVVMルールに違反しています。 そのようなビデオを作って人々にこれを教える前に、あなたはこれらすべてを自分で掘り下げるべきです、そしてその後になって初めてあなたは人々に何か良いことを教えると言うことができます。
Thanks for the video! This was great; good pace, very clear and informative, and useful examples!
I really do appreciate it! Thank you for taking your time to let me know! :-)
looks awesome, thank you for your video
Thank you! You're most welcome! :D
It was perfect. I very liked. Thanks for your effort.
Great, awesome tutorial 👌 keep it up
Thank you! More coming :-)
I've learned so much stuff in 36 mins...
I'm glad my video is helpful! Well done soaking in the information! :-)
@@_buffer Maybe next video about multithreading in WPF applications? : )
@@matk5087 I'm actually going to do that, it's ging to rely on a network protocol too :-)
Fantastic, I really enjoy your video.
I'm glad :D
Hey I went through all the steps, but Visual Studio complains that there's an unresolved null error, and it causes the app to bug out. I tried to fix this by checking if a variable was null before doing anything to it, but now it just doesn't change views.
Hey, feel free to join the Discord server and it'll be easier to help you out :-)
Creative use of XAML, thanks for the tutorial! 🔥
Im doing it in visual basic and mine got stuck here: 30:25 it gives an error called: clr-namespace missing, i fixed that but now it gives other errors
This is a top-notch tutorial, thank you!
Thank you very much for this great lesson, I learnt heaps!
I did what you did in this video. So my question is, it's possible that the the arounded and borderless window is adaptable to other size and is correctly adaptable when we use win + up, left or right? Because maximize is more easily than that one. @BinaryBunny
I'm done, thanks man, that was really beautiful
Wow, amazing tutorial! Thanks man!
Amazing stuff. I don't understand even a half of it, but It is very good way to start to learn .net and C#. Thanks!
I'm glad you like it! Best of luck learning! :-)
Bro your videos are realy cool and teaches veryyyyyyy wellllll please post more
Thank you! More on the way! :-)
It's some quality stuff here. The main cons of this tutorial - the UI is not fluid or flexible.
Sadly WPF never had any good documentation and it's very hard to "jump into this theme" and use it correctly without experimenting with it hundreds of hours.
The learning curve is as hard as Angular one, even harder.