Creating the ViewModel and View for Buying Stocks - FULL STACK WPF (.NET CORE) MVVM #10

  Рет қаралды 8,731

SingletonSean

SingletonSean

Күн бұрын

Пікірлер: 31
@wilson8299
@wilson8299 4 жыл бұрын
This series is really awesome. Let me figure out a lot of things about wpf. Even better than the course I bought before. Hope you keep going with this series. Thank you so much!
@SingletonSean
@SingletonSean 4 жыл бұрын
Thanks Man Pi, I remember when I started learning WPF I think I bought a Udemy course and it just never helped me. Glad to hear that this course is helping you understand WPF!
@lukak6549
@lukak6549 4 жыл бұрын
I'm rarely commenting but this time I'll make exception, Great Job! Impressed with entire playlist, keep it up!
@SingletonSean
@SingletonSean 4 жыл бұрын
Thanks for watching Luka, glad you're enjoying!
@devinvisible
@devinvisible 3 жыл бұрын
I've been watching and loving your series. I've found it surprisingly difficult to find /good/ resources on how to design out WPF apps. Your demo app works well because your swapping out the view based on DataContext but I was curious what the best way to support having an additional window shown instead. Do you have any exist videos that show that off? I basically want my MainWindow to have a command which opens an OptionsWindow (to show options/config/preferences) in a separate window. :-)
@techsolve9397
@techsolve9397 2 жыл бұрын
men i going to coment on every video from now to help the algorithm this guy its the best. i meand my firsth languaje its spanish and i learn english playing video game and watching movie so u know i'm not that god at it, and i learning at maybe 98 % cause he so easy to understand. Thanks
@SingletonSean
@SingletonSean 2 жыл бұрын
That's amazing and great to hear, thanks for the support TechSolve! Glad that all is going well 😁
@faraz-online
@faraz-online 4 жыл бұрын
No doubt a fabulous one for sure!
@francisriley2409
@francisriley2409 3 жыл бұрын
Another superb video Sean, thanks.
@jcturpin8737
@jcturpin8737 4 жыл бұрын
Another great course. Thanx for putting all these pieces together.
@SingletonSean
@SingletonSean 4 жыл бұрын
Thanks JC, I appreciate having you around the channel!
@jcturpin8737
@jcturpin8737 4 жыл бұрын
@@SingletonSean Well, Thanks for having the channel. I've gone through several tutorials, especially regarding Dependency Injection, and they have all thoroughly confused me. Seeing how this is built from the ground up really puts perspective and sense to it, so thank you. Currently I'm building up a user interface to handle a bunch of functions I've written to transform Microsoft Documents using C#/EFCore/OOXML into different languages (human languages, not computer languages, lol) so I'm excited to take these lessons and apply it to my program. I've also ran into EFCore issues with async/await, so I'm hoping this will help solve those issues as well. Fingers crossed...
@SingletonSean
@SingletonSean 4 жыл бұрын
That's great JC! One of the best ways to program is to take your knowledge from tutorials and apply it to your own projects.
@randypenajimenez3893
@randypenajimenez3893 4 жыл бұрын
I really like your videos. Thanks for taking your time to share your knowledge.
@orvillemiller3979
@orvillemiller3979 3 жыл бұрын
Better than the paid courses ! Love the series 👏
@SingletonSean
@SingletonSean 3 жыл бұрын
That's what I like to hear, thanks Orville!
@sometexthere4169
@sometexthere4169 3 жыл бұрын
Great tutorial! Thank u for ur work!
@techshade2591
@techshade2591 3 жыл бұрын
how data template recognize which view should render, I didn't understand the connection between app.xaml data template and views
@francisriley2409
@francisriley2409 3 жыл бұрын
Sean when you say the link to the snippet is in the description, where is this?
@SingletonSean
@SingletonSean 3 жыл бұрын
Hi Francis! It's this link right here: singletonsean.s3.amazonaws.com/propchange.snippet
@francisriley2409
@francisriley2409 3 жыл бұрын
@@SingletonSean Thanks Sean, appreciate the quick response, you must deal with thousands of queries.
@r.o.9322
@r.o.9322 3 жыл бұрын
Are you gonna do a playlist similar to this, based on web dev. (full stack with .net)?
@SingletonSean
@SingletonSean 3 жыл бұрын
Hey R.O., I'm definitely considering this. I spend a substantial amount of my time building ASP.NET web apps, so I'd love to bring this to the channel. I'd like to potentially work some JS into that as well. Good question!
@r.o.9322
@r.o.9322 3 жыл бұрын
@@SingletonSean Sounds Amazing! Waiting for that to happen:)
@moyasserbensaid4531
@moyasserbensaid4531 3 жыл бұрын
thanks for this grate content
@ElTioDev
@ElTioDev 4 жыл бұрын
How did you use the snippet propchange? I don't see it anywhere in visualstudio comunity 2019 updated
@SingletonSean
@SingletonSean 4 жыл бұрын
Hey Omar, you will have to download and install the snippet manually. I have a download link for the snippet in the description.
@marschoe5469
@marschoe5469 4 жыл бұрын
How can i add a button to close a "View" or "Navigate" back to the last site? I try so long to do that with: Command="{Binding UpdateCurrentViewModelCommand}" CommandParameter="{x:Static nav:ViewType.Home}, but i cant figure it out why the button on the View site is not fire it up(Naviagtionbar works great but the same on the View site looks like, the button dont know nothing about ICommand UpdateCurrenViewModelCommand. Do you know a solution ? Its Important that the button is on the View site.
@SingletonSean
@SingletonSean 4 жыл бұрын
Hey Mar, unfortunately I can't diagnose your button/command issue without the full source code. Aside from that, to support navigating back to the last view, you will need to keep track of the previous views. The best way to attain this is by storing previous view models in a Stack. It's a more advanced solution, but I plan to cover this in the future!
@marschoe5469
@marschoe5469 4 жыл бұрын
@@SingletonSean Hey thx for request, yes i know. I want to do like this kzbin.info/www/bejne/nJ-wfI14a9-HmbM at 30 sec you see the X button to close the full view for settings from the discord app and go back to the normal mainview. I dont find any helpfull solution in the web to do that smoth with mvvm. So maybe the basic question is how i can close a view and the navigation registrated or update the homeview after closing the (settings view for example..).
@ivandrofly
@ivandrofly 5 ай бұрын
Video about create and return viewmodel sooner as possible 1. kzbin.info/www/bejne/bZevn3lti6edl9U 2. kzbin.info/www/bejne/ZoSmfIifo8ppqrs
НИКИТА ПОДСТАВИЛ ДЖОНИ 😡
01:00
HOOOTDOGS
Рет қаралды 2,8 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 68 МЛН
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 23 МЛН
Who’s the Real Dad Doll Squid? Can You Guess in 60 Seconds? | Roblox 3D
00:34
How to Create a Layout - WPF MVVM NAVIGATION TUTORIAL #5
14:35
SingletonSean
Рет қаралды 10 М.
Styling the Navigation Bar - FULL STACK WPF (.NET CORE) MVVM #5
16:55
Async Commands (and Async Relay Command) - EASY WPF (.NET CORE)
14:14
Binding to a PasswordBox (MVVM) - EASY WPF (.NET CORE)
12:14
SingletonSean
Рет қаралды 21 М.
How to Create Layout Components - EASY WPF (.NET CORE)
12:55
SingletonSean
Рет қаралды 10 М.
НИКИТА ПОДСТАВИЛ ДЖОНИ 😡
01:00
HOOOTDOGS
Рет қаралды 2,8 МЛН