Thank you to everyone for helping the channel reach 10,000 subscribers! To celebrate, this week's video is just a bit longer than usual 😄 🎉
@krisztianlun34632 жыл бұрын
Thank you!
@josbexerra81152 жыл бұрын
Gracias por compartir conocimiento de calidad....saludos de los andes peruanos
@apeshape012 жыл бұрын
I have never posted a comment on KZbin but this video has really helped me out so much that I wanted to say thank you for taking the time to produce it. I still have a long way to go building my own competency and will be watching this on repeat until all of the concepts sink in. Thanks once again. Now let’s have a look at some of your other videos.
@SingletonSean2 жыл бұрын
Thanks apeshape, glad that this was helpful! I hope that other videos on this channel will help solidify some learnings. Cheers!
@CRBarchager2 жыл бұрын
This is by far the best turorial on WPF coding I've ever seen. Good presentation, explination and knowledge on WPF and it's querks. Thank you!
@SingletonSean2 жыл бұрын
Thank you for the feedback SodaDK, glad this presentation was helpful!
@RupOase2 жыл бұрын
Gem right here! This comes in such a perfect timing for one of the things that I'm training for!
@SingletonSean2 жыл бұрын
Fantastic Dan, glad this is helpful and I hope the training continues to go well!
@matteobarbieri29892 жыл бұрын
I've folloed your video step by step. It took me probably more that 8 hours. It is very complete and rich of interesting cues. Very good job. Thanks
@SingletonSean2 жыл бұрын
Bravo Matteo, glad this was helpful!
@MegaBasti1989 Жыл бұрын
Holy coder! I just watched how u set up that interface. I know its just some "simple stuff" but the amount of knowledge you have about all the details is astonishing - or your video editing skills are impressiv as well :D. I mean you simply translate your talking to coding without hesitation. Anyway just wanted to say thank you for giving a much needed step by step MVVM Tut. Keep it up
@neils.6674 Жыл бұрын
Hi Sean! Neil Singleton here! Lol. Finding this extremely good and clear. I'm looking to change jobs and focus on WPF, which I did touch on a few years ago. Thanks bro. 😉
@charlesroscoe77802 жыл бұрын
THE best WPF DeepDive Video! Others take up to 4h but never go in depth as you. Please keep it up! Maybe evaluate some WPF Nuget Packages.
@SingletonSean2 жыл бұрын
Thanks Charles! That's a good idea - there are some WPF packages that I'd like to take a look at. I'll book some time for that!
@ahmadkelany2 жыл бұрын
The best WPF content creator strikes again 😁😁 Thanks for the amazing channel and the amazing video 💐💐
@webdevfs9361 Жыл бұрын
I'm just starting this video, Sean you rock! I'm planning to build an engineering app in WPF for my company. Thank you!
@SingletonSean Жыл бұрын
Awesome! Hope these videos help 😃
@webdevfs9361 Жыл бұрын
@@SingletonSean can I ask how you personally learned WPF?
@railgundotenc85382 жыл бұрын
I can’t import namespace at 7:33. Ctrl . Does not do anything and when I type the namespace in my self it does not work
@brandonberisford2 жыл бұрын
I've been on a Hiatus from the defense/aerospace company I previously worked at (which did desktop/WPF applications for military aircraft), too do some web development, both frontend and backend. I'm going back too the aerospace company though, so this has been an amazing refresher on WPF, Styling, MVVM etc. I didn't forget it all, but after working in Typescript and react for the past 10 months I def needed this. Thanks Sean!
@SingletonSean2 жыл бұрын
That's great Brandon, I also went through the transition from WPF defense industry into React + Typescript last year! I feel like a lot of front-end web concepts are applicable to WPF and can actually enhance our WPF skills. Regardless, I'm glad this was a nice refresher. Maybe in a few months I'll have to watch this video hahaha
@brandonberisford2 жыл бұрын
@@SingletonSean Yeah I totally agree. Although React and WPF are for completely different types of applications my skills have definitely transferred.
@brandonberisford2 жыл бұрын
@@SingletonSean Just curious, what defense company did you work for? Did you enjoy the work? Unless the stuff you worked on was under a clearance of course haha.
@abidredlove2 ай бұрын
best tuto i'have ever seen .. just the names of Viewers and Views make me confused a little bit ..thanks a lot
@cesarbravo1035 Жыл бұрын
Thank you for sharing your great videos, there are full all good information, it is awesome!!
@BloodHaZaRd6662 жыл бұрын
That's Great 4 hours of pure new things to learn :D u made my day
@milionowski Жыл бұрын
Sick video, I had to slow you down to keep up. Subscription is coming right now!
Wow. So much information. And I’m only 1 1/2 hours in!
@omostan Жыл бұрын
Awesome! Thank you so much for your time and energy. I learned a lot from it and will definitely try these techniques in other applications.
@SingletonSean Жыл бұрын
Thanks omostan, glad this was helpful!!
@johnnyserup55008 ай бұрын
Fantastic, really detailed and nicely done
@natlinux2 жыл бұрын
very great usefull stuff. that´s already what i need. thank you so much 💚
@markmahowald78662 жыл бұрын
how do you feel about multi window apps? I have had my users request the ability to show more than one window at a time, but it seems to raise the complexity an order of magnitude.
@sergeys52702 жыл бұрын
Very cool lessons on WPF! Keep it up please! There are few good wpf tutorials on the internet
@lachezarlyubchov99782 жыл бұрын
Thanks for the tutorial. It really helped me out. I wanna leave one remark, if it's not already here :D. When you add/edit, it would be good to disable the cancel button, when you click submit, because if we have some kind of delay, we will have problems.
@sairamchalla7316 Жыл бұрын
Thanks for the basic tutorial for my level of understanding, could you please make a video for custom messagebox in MVVM
@billymartin6497 Жыл бұрын
Great and informative video. Thanks. I want to point out that there is a lot of xaml nesting that probably doesn't need to be there and is a bad habit to get into for performance sake.
@DrSteve1234562 жыл бұрын
Dear Sean! Great video as it is, but it would be nice to add unit tests to it. It would be interesting to see if you test only the domain layer, or the db layer and the views as well in a start to finish tutorial.
@SingletonSean2 жыл бұрын
Hey DrSteve! I would certainly test the domain layer (as you suggested) and miiiight test the DB layer with an EF in memory database. On the MVVM side, I'd also test commands since they typically contain important application logic. I probably wouldn't test view models that hard since they're typically just made up of properties, but I'd test any view models that have other methods defined. Lastly, I haven't had much luck ever testing views. I haven't done my research yet, but I'd love to figure out how to do E2E testing on a WPF application. That would probably be the best way to confidently test views and view models. I place a lot of value on testing in personal projects, so it would be nice to bring that to projects on the channel (hopefully in a non-repetitive or boring way lol). Good suggestion!
@michaelharmon7332 жыл бұрын
That SharedSizeGroup is so nice... Why didn't I know about this 100 projects ago?
@SingletonSean2 жыл бұрын
Ah ikr, I was so satisfied when I was first introduced to SharedSizeGroup hahah
@xpacificstormx2 жыл бұрын
Hi Sean, what a shortcut key you was used to break line in XAML. From 12:30 to 12:33
@SingletonSean2 жыл бұрын
Hi Takashi, I actually just use this VS extension that formats my XAML whenever I save a file: marketplace.visualstudio.com/items?itemName=TeamXavalon.XAMLStyler It's awesome and I highly recommend it!
@DonaldFranciszekTusk Жыл бұрын
What is the advantage of using ContentControl, with changing content (Views/ViewModels) under the influence of Command [or just MVVM], over using Frame with changing Pages? just more separation of concerns or something more?
@szesrzentomas Жыл бұрын
Hey, how did you edit 1 line into 4 like in 10:09? Thanks for your answer in advance.
@neptune26012 жыл бұрын
Hello singleton, this is Delegate. Nice to meet you 😬
@SingletonSean2 жыл бұрын
Nice to meet you Delegate! 😁
@PAJANI1910 Жыл бұрын
Hi Sean, your videos are awesome... I fully completed this video and coding without missing a single line of code. Learnt lot. Could you please make a video using Reactive Extension (Rx Library) with WPF.
@emissaryofkek2 жыл бұрын
I'm quite new to programming and recently moved from doing console programs to doing WPF and your videos (especially this one) are very helpful. I have encountered one problem though. @47:10 I cannot get it to show the bindings, just as it was for you before you had to reboot. I tried the same and it still doesnt work. I followed the whole video step by step so I have no idea why it won't work. I'm using VS Community 22 (.net 6.0)
@thesorus2 жыл бұрын
Have you fixed the binding issues ? I'm still having issues with the listview binding.
@jymmorton5612 Жыл бұрын
@@thesorus You have a typo. The binding works fine. I find the issue with using a lot of similar 'names' results in typos. If you're using VS2022 when you run the program you'll see a red circle with a number in it on the top of the program window. Click that and look at the error message. Any null will be a typo. Look for a missing "s" or a capital letter or something that makes you roll your eyes.
@Louis-zq3ft2 жыл бұрын
i'm starting c# and never use mvvm so tks to propose me this perfect example
@sventhiele39054 ай бұрын
Pretty neat video. Just one question, why dont simply use a regular menu for the dropdown within your list items? Give it a "..." -header and you are good to go. I dont know if there is any drawback but surely there is less work. Good job anyways.
@ClanLosFriendsGamer2 жыл бұрын
Hi good video so far, Sean! I've been reproducing it/learning from it for about two days now. I ran into a problem with the initial migration of the DB which starts at 2:41:40. My problem was this message: "Could not execute because the specified command or file was not found. Possible reasons for this include: * You misspelled a built-in dotnet command. * You intended to execute a .NET program, but dotnet-ef does not exist. * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH." Which could only be solved by this command "dotnet tool install --global dotnet-ef". I wanted to share this with you in case someone runs into the same problem.
@SingletonSean2 жыл бұрын
Hey Freelancer, good catch! I must've skipped over that since I've had that tool installed for so long. Thanks for calling that out for everyone!
@hanggono8912 жыл бұрын
Thanks for the tutorial very helpful
@amryakout2957 Жыл бұрын
I have mvvm project with main view contain 2 views, I want to update textblock value in the first view from the second one . The value updated only after refreshing the main view. I fired the event for the property change to update the textblock binding property but still the value not updated only in case of refreshing the main view
@dmitriialeksandrovich45652 жыл бұрын
Love you man!
@guillaumeleroux65952 жыл бұрын
Hello Sean, Great video ! I've question about the navigation, is it possible to make a button with a dynamic NavigateCommand ? For example I'm at the home page and the button dependent of a variable, the button will set the current view to page 1, 2 or 3. I don't know if I need to set the variable in the ViewModel or in the App.xaml.cs. Thank you for all your content ! You really help me a lot through my personal project.
@abdulmagedkhaled9480 Жыл бұрын
I am currently at the same situation, did you figure it out ?
@AfLpC Жыл бұрын
hey man great video! i have one question tho. how do you move all the attributes into separate lines? my textbox attributes all go in a single line and i don't want to manually add enter before every attribute is there a format setting that does that?
@SingletonSean Жыл бұрын
Hey Viktor! I missed this comment, but I use XAML Styler: marketplace.visualstudio.com/items?itemName=TeamXavalon.XAMLStyler It is great!
@jymmorton5612 Жыл бұрын
I'm wondering why in the KZbinViewersListing you wouldn't just give the ListView a Margin = Corner radius (in this case 5) so the border corners don't have the ListView covering them?
@AswinPJ Жыл бұрын
Can you make the same tutorial using MVVM toolkit?
@ElCidPhysics90 Жыл бұрын
How different is WPF today compared to say 4-6 years ago? I ask because there appears to be so many more WPF tutorials in the previous 4+ years.
@Trunkss62 жыл бұрын
Hey Singleton, any chance you could make an application that uses a calendar? Where you can add some kind of events and maybe even an option for sorting depending on the type of the event that would produce some kind of a list?
@mauriziopatino6116 Жыл бұрын
Hi Sean, I have a question There's any reason why you choose to have all-in-one architecture? Awesome video Thank you!
@aodst3adyaway175 Жыл бұрын
This is really good, thanks
@tcgupta5 Жыл бұрын
How can use this concept to switch to different views in the DetailsView?
@barosangaming81742 жыл бұрын
Hi Sean, I liked the video, made it easy to understand xaml and how it works, one issue tho. I just started learning c# and this video was a little bit too fast for me on normal speed, maybe in the future you can go lik 20-15% slower? that would help a lot
@kylerbriskey372 Жыл бұрын
Have you tried slowing the view down using on KZbin?
@barosangaming8174 Жыл бұрын
@@kylerbriskey372 It's just not the same.
@robertorinaldi49642 жыл бұрын
Hi Sean, congratulations on your channel, I've been looking for more in-depth explanations about MVVM for some time without success, until I found your channel. In all the examples I found on your channel, you do the MVVM navigation where the CurrentView is changed by calling the next View by the CurrentView itself. How to have a fixed Menu in MainView (or MainWindow) and that the CurrentView is called through it? And also how to have more than one View opened (not modal), because in your examples we always have a single View, the CurrentView? Thanks in advance!
@robertorinaldi49642 жыл бұрын
I’ve been racking my brains all day, but I finally managed to solve the problem. I put the buttons in the MainWindow and the ContentControl in an area of the Grid (specific row/column in the grid). And in MainViewModel I created the Commands that fill that area of the grid with Views, making the buttons always available to change the View of that area. It worked, but if I got something wrong, correct me. Thanks.
@SingletonSean2 жыл бұрын
Ah I understand your situation Roberto! Your solution above is the most natural solution, so I definitely second that idea. Glad you solved this, and thanks for supporting the channel!
@naveenkumarruguda72742 жыл бұрын
using mvvm and command develop calculator application without codebehind and BODMAS rule has to work could you please make a video
@windowsbuilderthegreat31212 жыл бұрын
When it comes to using a class library, which elements of mvvm should be put inside a class library
@jonnyjazzz2 жыл бұрын
What are you doing to reorder your xaml properties? I see in Tool -> Options -> Text editor there is an option to enforce a separate line for each property, but you pushed something to reorder "Padding" from the last element in the list to the first.
@SingletonSean2 жыл бұрын
Hi jonnyjazzz! I use this XAML Styler VS extension. It's awesome! marketplace.visualstudio.com/items?itemName=TeamXavalon.XAMLStyler
@ihsannuruliman40052 жыл бұрын
Hi Sean, I've been learning C# lately and am about to learn WPF for building an app project that requires many contacts with the Windows API. Can you help me? In your experience, do you think it's possible to do these stuff: - Running the WPF app in the background (as a system tray) - Get selected text from outside of the WPF program (so when the user selects a text on any program outside of the current program window, we can get listen to the event and get the text accordingly) - Registering a hotkey to run the program After I'm confident enough that those things possible, I want to learn more about it and watch some of your videos for reference. Especially the MVVM part. Thanks 😄
@FarzadJahanshir Жыл бұрын
Is it possible to show item details within a Datagrid?
@sergey.s.shevtsov2 жыл бұрын
Thanks for the video! I've noticed when you're formatting XAML all node params are alphabetically ordered, is it editor configuration or some plugin?
@SingletonSean2 жыл бұрын
Hey Sergey! It's a VS extension called XAML Styler (marketplace.visualstudio.com/items?itemName=TeamXavalon.XAMLStyler). It's suuuper helpful.
@sergey.s.shevtsov2 жыл бұрын
@@SingletonSean Man, you're a lifesaver! Thanks!
@alexprvn2 жыл бұрын
Thanks Sean, Great Video. i have a request can you post a video on Extensible WPF application with plugins addon like add new functionality just with adding plugins.
@maikborchardt56922 жыл бұрын
Awesome!! THX!
@TreiberStudio2 жыл бұрын
Hello Sean, another great video! Could you extend the application to read, write and update data (with Entity Framework) that are in a many to many relationship? Greetings from germany - Patrick
@teddyouattara49142 жыл бұрын
Hi Sean, I want advices to Build an Api for my wpf C# project with PostgreSql. Can you help me
@daliangilbert2 жыл бұрын
Maybe you will explain this Grid.OpacityMask in detail, completely don't understand it
@amirmonfared87562 жыл бұрын
Great! Please make an MVVM Crud app turorial with unlimited level treeview list!
@SingletonSean2 жыл бұрын
Ah unlimited tree view lists are a tough problem, might have to try that out!
@imotep460 Жыл бұрын
First of I love this tutorial very informative :-D Now how would you add a CLI interface with say basic CRUD functions so that say a server could add entries to the database that you work with in the GUI?
@sunilgeorge97832 жыл бұрын
drop down menu nuget package is not compatible with .net framework 4.6 , is there any other way?
@SingletonSean2 жыл бұрын
Hey Sunil, you could copy the dropdown component code into your own project so that it's built with .NET framework: github.com/SingletonSean/wpf-ui-workshops/tree/master/DropdownMenuControl My bad for not being this component backwards compatible with .NET framework!
@sunilgeorge97832 жыл бұрын
@@SingletonSean Thank You , worked !
@sneffetsd2 жыл бұрын
Can't the "Store" be another public property inside viewmodel?
@SingletonSean2 жыл бұрын
Hey Deivid, the Store technically could be a public property that the view directly binds to. However, binding to objects that don't implement INotifyPropertyChanged could result in memory leaks, so you'll want to implement that interface on the store. On the other hand, I typically prefer views to only bind directly to view model properties. This allows stores or any other infrastructure beyond the view model layer to change independently without breaking a binding on the view. It's also just nice for the view model to explicitly reflect the data required for the view in my opinion.
@sergiocosta34712 жыл бұрын
Excellent stuff. Thank you very much! A question: How to handle the reading and writing of data using DTO's when there are related data to load from the database? An example on your system would be posts written by users that also have comments from other users.
@saifsdin12 жыл бұрын
Please create tutorial for prism library or composite pattern for wpf mvvm
@SoloEnLaCasa2 жыл бұрын
Hey Sean, Thank you very much for expended you time and show the community the correct architecture MVVM for WPF. Very detailed and Great video! Could you extend the application to use logging like Serilog or NLog? because your video about logging is very simple and show only one command (MakeSandwichCommand). Could you recommend any book about WPF MVVM? thanks and take care
@SingletonSean2 жыл бұрын
Thanks MGA! That is a shame, I can't believe I missed out on doing logging in this video. I will have to come back for more on that, or maybe tackle it in the next big application video. Regardless, I would probably follow all of the concepts from the other logging video I have. As for WPF books, I really haven't found many that focus on MVVM. I used to always browse through "Pro WPF 4.5 in C#" by Matthew MacDonald and learn some good WPF concepts though.
@SoloEnLaCasa2 жыл бұрын
@@SingletonSean Hey Sean thanks for answering my question, it would be great if you could implement logging in your next big application but I know it would be even cooler if you could implement the hamburger menu and of course the sub menus as well. I hope you can do it very soon take care and stay healthy best regards Marce
@davidalexandr5716 Жыл бұрын
!!!!! Help me pls!!! But if we want add one more table, for example... a table with gadgets from which viewers are watching. there will be a field with the ID of the gadget and its name, how to make it show the name of the viewers in the main form, whether he is signed or not and the NAME of the gadget from which he is watching (how to make a connection between these two tables)
@olanrewajusaka39912 жыл бұрын
Good work brp, sir when will you be looking at .Net MAUI Sir
@SingletonSean2 жыл бұрын
Thanks Olanrewaju! I'll look into .NET MAUI once it's fully released (it's currently in preview still)
@yaygerbombz99712 жыл бұрын
Is it fine to watch this one first or should you watch your Models - WPF MVVM Tutorial first?
@SingletonSean2 жыл бұрын
Hi YaygerBombz! Either one is a good start - that said feel free to start with this one 😁
@PrashantKumarSharmaАй бұрын
Making my notes in the comment section: ViewModals used: 1. KZbinViewersDetailsViewModel : The right pane 2. KZbinViewersListingViewModel : The whole list in the left pane 3. KZbinViewersListingItemViewModel : It is each tab in list (left pane) consisting of username and commands under 3 dots 4. KZbinViewersViewModel : where above 3 VMs are instantiated
@PrashantKumarSharmaАй бұрын
1. KZbinViewer : RO(Modal) Class with 3 fields - 1) username 2) bool value 3 ) bool value 2. KZbinViewStore : Cache of selected item in list which is updated every time item is selected via viewModel class interactions
@PrashantKumarSharmaАй бұрын
Flow : KZbinViewersViewModel will have the RO/ Modal object with which it updates the Selected Store and it is used to display to other places
@PrashantKumarSharma29 күн бұрын
ViewModels for Modal : 3 added KZbinViewersDetailsFormViewModel : It takes care of the right pane which has a form like structure. The Properties are : 1. UserName 2. IsSubscribed 3. Submit Command 4. Cancel Command The above ViewModel is used in AddKZbinViewersViewMode and EditKZbinViewersViewModel Navigation Store: ModalNavigation store has CurrentViewModel(inheriting from ViewModelBase) which holds the current viewmodel on display
@PrashantKumarSharma29 күн бұрын
Navigation: In order to open AddKZbinViewers and EditKZbinViewers dialog boxes we have created another store "ModalNavigationStore" and it will store which among the above two it will hold in the CurrentViewModel variable ( of ViewModelBase class) We will create a MainViewModel class which will hold the ModelNavigationStore variable and KZbinViewersViewModel variable. After this you can set ModelNavigationStore variable to either Add or Edit window in order to set the currentViewModel window on top of the Viewers list
@PrashantKumarSharma23 күн бұрын
Basic Commands : ADD button command is added in the KZbinViewersViewModel where all the 3 MVVs are instantiated A command folder is added and we will crat class command files - Every command is implemented with CommandBase class - CommandBase is implemented with ICommand - AddCommand has modalNavigationStore object passed holding the current viewmodel as it opens a Adding Dialog box - CloseCommand - even though we pass modal navigation store, we make CurrentViewModel as .Close()/null to close the dialog box - EditCommand
@techsolve93972 жыл бұрын
niceeee
@ZubairKhan-vd9ik10 ай бұрын
😍😍😍😍😍
@ShinyBorel2 жыл бұрын
Sean Da Gawd
@thelazycrazybrain Жыл бұрын
I really love the tutorial, but I would prefer a shorter video that focuses on the topic. It is an MVVM pattern video. You focus on styling, templating and animations. But great tutorial tho.
@UnknownMoses2 жыл бұрын
DimGray is a great color when you want something darker than gray and don't want to spend much time on it.
@SingletonSean2 жыл бұрын
Ah that's good to know, I will have to try that next time. Thanks UnknownMoses!
@kucanw10902 жыл бұрын
Good tutorial, but unnecessary long and bad names for variables and methods that made code barley readable
@SingletonSean2 жыл бұрын
Thanks for the feedback! This video was indeed long - I'm not sure I could've made it much shorter. Do you have any examples of bad naming and how those could be improved? Interested in hearing other's perspectives on naming conventions.
@kucanw10902 жыл бұрын
@@SingletonSean The KZbin prefix just made the code much longer and harder to read, I watched till 1 hour and couldnt keep up anymore because of too long names and the name differences are so little you sometimes miss it, next time try to find a much more shorter and simple names please. Its not the problem how long the video is, the problem is how long the names are (characters) so you cant keep up. Also please dont switch between tabs so fast its hard to keep up, for 1 hour of your video it took me 4 hours because I had to pause and look where I am and check the names if they are correct... You seem like you know a lot and its a great tutorial but its too complicated with the names and the speed of you switching between tabs, it makes it really hard to follow. Thank you for being nice and actually wanting to know what the problem is, respect and good luck to you!
@_Afsus2 жыл бұрын
What i need
@dexquery69 Жыл бұрын
Can you help me i am getting error please connect with me it'll be really great help from your side.
@nathannathan26311 күн бұрын
great tutorial but the naming scheme gives me headache
@mohamedyounesse2 жыл бұрын
plz use microsoft mvvm toolkit is inexpensive and shortens you a lot of things
@SingletonSean2 жыл бұрын
Hi mohamed, I will soon! I want to do a video on MVVM toolkit specifically, perhaps even as a livestream.
@mohamedyounesse2 жыл бұрын
@@SingletonSean good , thks you ,I wait to see it😍
@harrynewman1744 Жыл бұрын
I hate WPF. It keeps giving me errors, and when I build the solution they go.
@silentwindstudio2 жыл бұрын
Thanks for the content! BUT I just have to say that it pisses me off when I heard "I haven't planned this out", most of content creators on WPF and MVVM do this, and it makes harder to learn than it should.
@SingletonSean2 жыл бұрын
Hey Alex, no need to worry! When I said that, it was true. However, I took many breaks throughout the creation of this video for planning and to keep us on track. But it would be impressive to create an app in a 4 hour video with no planning :)
@silentwindstudio2 жыл бұрын
@@SingletonSean Thank you for the response! I give it a go then!
@moonwaxing12 жыл бұрын
Haha "DarkGray is lighter than Gray"!
@SingletonSean2 жыл бұрын
Yep! I guess we should use "DimGray" if we want an actual dark gray haha stackoverflow.com/a/47053673
@RebrandSoon00002 жыл бұрын
Is it possible for someone with ADHD and Dyslexia to ever become a decent programmer? This looks way overwhelming to me and I came from the WinForms generation. :(
@starlk_2 жыл бұрын
Why wouldn't it be possible 🙂 I'm pretty sure there are blind programmers out in the industry
@RebrandSoon00002 жыл бұрын
@@starlk_ Good point, trying to force myself to take 15 min breaks every 1 1/2 hrs during the tutorials. Goal 1 is to follow along and do what is done. Goal 2 is to take the app, make a v2 with a better UI, add more DB functions, add more commands, etc. Goal 3 is to make my own from scratch but for a diff purpose.
@SingletonSean2 жыл бұрын
With goals like those, you're well on your way to becoming more than just a decent programmer 😁
@Ibadez388 ай бұрын
52:27 Yet another person who seems not to understand and must be producing poor quality code. I think their code must be hard to look at.
@원승주-w2w2 жыл бұрын
28:39
@원승주-w2w2 жыл бұрын
48:51
@원승주-w2w2 жыл бұрын
1:32:54
@원승주-w2w2 жыл бұрын
2:17:19
@webdevfs9361 Жыл бұрын
Really confusing code, many things could of been explained better and written clearer.
@AntoinetteFanny-l8s3 ай бұрын
Clark Steven Young Michael Lee Jennifer
@AntoinetteFanny-l8s4 ай бұрын
Walker Jennifer Wilson Edward Thompson Angela
@FredMyrna-x2f4 ай бұрын
Young Kimberly Garcia Barbara Moore Barbara
@YusuPown2 жыл бұрын
Too fast, and too much for a simple app don't u think ? :/
@Ibadez388 ай бұрын
The goal is not to blindly copy the code, but to understand concepts that can be applied to other more significant projects. A small project to demonstrate such concepts is very good.
@kaiwei2263 Жыл бұрын
hai Sean im having this error when im downloading the dropdownmenu package: Error Could not install package 'DropdownMenu.WPF 1.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
@SoloEnLaCasa2 жыл бұрын
Hey Sean please could you help me with this issue i put the the logic for the Error and Status message in a class MessageViewModel MessageViewMode is instanced into the ViewModel now i try to consume that in the View, See code but a binding error is trown: ErrorMessageViewModel property not found on object of type MessageViewModel. Target TextBlock.DataContext Do you have any suggestion about it? Tanks very much for your response Regards MGA
@SingletonSean2 жыл бұрын
Hi MGA! The issue is that the Grid and the TextBlock DataContext's bind to an ErrorMessageViewModel. If you remove the TextBlock's DataContext binding, all your bindings should work. The reason the TextBlock doesn't need a DataContext set is that the TextBlock already inherits the DataContext from the Grid. Since the TextBlock inherits the DataContext from the Grid, all bindings set on TextBlock properties will already point to the ErrorMessageViewModel. By setting the TextBlock DataContext again, the DataContext is attempting to bind to an ErrorMessageViewModel.ErrorMessageViewModel property, which of course doesn't exist. Let me know if this makes sense!
@SoloEnLaCasa2 жыл бұрын
@@SingletonSean Hi the issue with the DataBinding at the TextBlock is fixed, but now appear three issues MessageViewModel AddKZbinViewersCommand Button.Command ICommand AddKZbinViewersCommand property not found on object of type MessageViewModel MessageViewModel KZbinViewersListingViewModel KZbinViewersListing.DataContext Object KZbinViewersListingViewModel property not found on object of type MessageViewModel. MessageViewModel KZbinViewersDetailsViewModel KZbinViewersDetails.DataContext Object KZbinViewersDetailsViewModel property not found on object of type MessageViewModel. the issues are now, because the DataContext for KZbinViewersView is ErrorMessageViewModel and no more the KZbinViewersViewModel Do you have any suggestion for the issues? Greetings MGA
@prodByLavender2 жыл бұрын
In case you run into issues and get an error when adding migration just run "dotnet tool install --global dotnet-ef" in the terminal
@SingletonSean2 жыл бұрын
Ah good call out. I already had this tool installed from previous projects, so I lost track of mentioning this. Thanks for mentioning this, Lavender!
@Pufffypaws Жыл бұрын
This simple app has gotten so complex, I can't even think about trying to build a bigger project using MVVM right now 🥲
@有賀_竜樹 Жыл бұрын
Well, as long as you're following the main principles of MVVM, you can scale the small app into a bigger one relatively easily.
@randypenajimenez38934 ай бұрын
@SlippinDude has a point. I love WPF but the moment you include mvvm in the ecuation everything gets complicated.