WPF Switching Views With Navigation Using MVVM And Dependency Injection

Поделиться
HTML-код
  • Опубликовано: 14 янв 2023
  • WPF Switching Views With Navigation Using MVVM And Dependency Injection this tutorial will show you how to switch views in wpf using MVVM and dependency injection using C# the programming language and WPF the programming UI framwork in order to navigate through multiple views you can use this with multiple windows as well this is a tutorial and a guide on how to create a professional wpf application using C# and how to navigate through multiple views in WPF.
    Patreon: / payloads
    Discord: / discord
  • НаукаНаука

Комментарии • 109

  • @_buffer
    @_buffer  Год назад +1

    Patreon: www.patreon.com/payloads
    Discord: discord.gg/kNFPKhvnYz

  • @magictorte6022
    @magictorte6022 2 месяца назад +3

    this video just saved my life. I had some code with very half-baked ideas on how to do exactly this but it just wouldn't work, and spent like 1.5h following along with the steps you take to reform what i had and see the advantages of your approach. And really, it works absolutely beautifully, so thank you even a year later :)

  • @MrJayce666
    @MrJayce666 2 месяца назад

    Went through this video about 2 weeks ago and was just stumped as to why things were done in certain ways. After leaning more about the need for ObservableObject and RelayCommand I came back to this video today and just breezed through it. Really good video. Thank you

  • @tronaitor0
    @tronaitor0 Год назад +8

    Beautiful, you cant imagine how long I have been looking for this, it is exactly what I needed. Thanks!

    • @_buffer
      @_buffer  Год назад

      I'm glad you found it useful! :-)

  • @Harmeet50
    @Harmeet50 Год назад +3

    Absolutely amazing. Right what I was looking for. After searching for this on You tube and Linked, landed on this video after many months. Thanks for your help.

    • @_buffer
      @_buffer  Год назад

      I'm glad you foudn something that was useful! :-)

  • @przemosz7337
    @przemosz7337 Месяц назад

    Deffinitly best tutorial videos on wpf on YT. Thanks mate Also those videos on how to make Flat Design they are perfect

  • @robstark4062
    @robstark4062 Год назад +2

    Thank you for this tutorial, I must say it is the simplest I ever watch. For the next can you make a tutorial about passing data using this navigation. Thank you!

  • @bernhardbunnenberg9889
    @bernhardbunnenberg9889 5 месяцев назад +1

    Thanks alot. Fast and comprehensive information I needed. It's rare to find so much information in such a short video.

    • @_buffer
      @_buffer  4 месяца назад +1

      I'm glad you found it useful! Thanks for the nice feedback!

  •  Год назад +1

    Thank you for this great tutorial! As a newbie this was really informative.

    • @_buffer
      @_buffer  Год назад

      Heck yeah! I'm glad you found it useful! :-)

  • @xakair6983
    @xakair6983 Год назад +3

    so nice to see you back!

    • @_buffer
      @_buffer  Год назад

      Glad to be back :D

  • @natlinux
    @natlinux Год назад +1

    I was so happy to finally see a video again. greate job

    • @_buffer
      @_buffer  Год назад

      Thank you! Happy to see that you're still around! :-)

    • @natlinux
      @natlinux Год назад

      @@_buffer 💚💚💚

  • @onyekaidika355
    @onyekaidika355 Год назад

    Amazing as always ❤️

  • @amied658
    @amied658 Год назад +1

    This was amazing. Thank you so much. 👍

    • @_buffer
      @_buffer  Год назад

      You're most welcome! :-)

  • @gamegame4713
    @gamegame4713 9 месяцев назад +1

    Thank you for this video, very helpfull, i was wondering how to pass parameters with navigation, i changed the factory from Func to Func so i can pass parameter as an object, but i don't know if this is the right way, even if it works

  • @zakiisse7519
    @zakiisse7519 Год назад +1

    Fantastic tutorial!! 😊

    • @_buffer
      @_buffer  Год назад

      Thank you so much! :-)

  • @yobofunk5689
    @yobofunk5689 Год назад +2

    Thank you. Wouldn't it be a bit more modulable if instead of derivating the Core, having a IServiceNavigation interface ? Then simply init the class with the navigation, then its command... Nit picking I guess, but it woudl feel more reusable.

  • @sgsmawesh
    @sgsmawesh 4 месяца назад +2

    This is what i needed, and you explained well, however did not figured out what is (???) at 17:26 , I had to remove it for me to work.

  • @deegodoub
    @deegodoub 7 месяцев назад

    For some reason "ContentControl" in MainWindow is displaying the name of the viewmodel class file name rather than display the view that it's associated to?

  • @Andrei-qi4tm
    @Andrei-qi4tm Год назад +1

    Very useful what you did here!

    • @_buffer
      @_buffer  Год назад +1

      Thank you! I'm glad you found it useful! :-)

  • @ignaciodelaparra
    @ignaciodelaparra 4 месяца назад

    Great video, you got a new subscriber (:

  • @megachill
    @megachill Год назад +9

    Awesome, would love to see a version using community toolkit and what that would change.

    • @krzys2sokyami681
      @krzys2sokyami681 Год назад

      Agree with this, especially growing popularity of community toolkit, video would be useful

    • @joeprince7509
      @joeprince7509 Год назад

      I second this! Does the new toolkit provide means for navigation using services and DI?

    • @tronaitor0
      @tronaitor0 Год назад +4

      If you want to use the Community Toolkit, you can simply use derive from Observable Object instead of creating a ViewModel class, and use the RelayCommand provided by the Community Toolkit, at least that is what I've done and works like silk.

  • @johanmilterjakobsen1627
    @johanmilterjakobsen1627 11 месяцев назад +1

    Really nice video, i have learned a lot from you and this video! One thing though im a bit confused of is how do to set the other ViewModels DataContext? Its just i have tried something, that doesnt work the way i expected... You can try it youself by deleting the MainViewModels ButtonBindings, and then try to press the buttons on either HomeView or SettingsView. When i try it, it doesnt work?

  • @nguyenminhduc98b2
    @nguyenminhduc98b2 5 месяцев назад

    nice video, it helps me alot!

  • @KalvinKarlNonato
    @KalvinKarlNonato 3 месяца назад +1

    Thank you for this wonderful video. I would like to know if you have this same video without core anymore by using microsoft mvvm please? thank you so much.

  • @nnamdiemetarom1816
    @nnamdiemetarom1816 4 месяца назад

    Do you still need OnPropertyChanged in the setter of the Navigation property in the MainViewModel Class. There is already an OnPrpertyChanged in the setter of the CurrentView of the NavigationService

  • @SHUJA837
    @SHUJA837 Год назад +5

    Thank you for this great video. Please at 16:14, I cant see well the parameters of RelayCommand execut:0:oject=>{...} doesnt work for me, i had to rewrite as a function. do you mind ,please, to post only that part here? thank you again for this great job very helpful

  • @Malcrom1967
    @Malcrom1967 Год назад +3

    Well I got through this toward the end but new RelayCommand(execute: o:object => gives errors.

  • @user-kl3yy9uo8v
    @user-kl3yy9uo8v Год назад

    are UserControls created every time we click a button to go to them, or they have only one instance?

  • @andreim2981
    @andreim2981 Год назад

    What if you open windows? Do i register the view models as transient? It is complicated when you have to use child forms

  • @abner_pm
    @abner_pm 11 месяцев назад

    great job🤪

  • @Stor_Man
    @Stor_Man 6 месяцев назад

    Which theme do you use in Rider?

  • @user-rl3lp5rv8q
    @user-rl3lp5rv8q Год назад

    Does this code create new instance of someViewModel every time you change views? how to create and use only 1 instance for every viewmodel?

  • @mattaku9430
    @mattaku9430 9 месяцев назад

    Oh man, a service locator, can we do it without the service locator?

  • @asrielknight
    @asrielknight 8 месяцев назад +1

    hey! i know its been like 7 months since you posted this but is there any way you could tell me how id set a default CurrentView? i want the homeview i have to be a navigation hub and i cannot for the life of me figure it out. thanks!
    edit: also, how do i pass in a variable to a view im switching to?

    • @deadlyremix4115
      @deadlyremix4115 8 месяцев назад

      in your OnStartup method in App on the video, put
      var navService = _serviceProvider.GetService();
      navService.NavigateTo();
      and to the second question, i think you need to get rid of the in-line delegate when defining NavigateHomeCommand for example and instead pass in an actual function which can change the properties of a class which other viewmodels can access.
      hope i could help a little bit

    • @dundorma
      @dundorma 6 месяцев назад

      You can do this by calling the NavigateTo function in the MainViewModel like this
      public MainViewModel(INavigationService navService)
      {
      Navigation = navService;
      NavigateToHomeCommand = new RelayCommand(o => { Navigation.NavigateTo(); }, o => true);
      NavigateToSettingCommand = new RelayCommand(o => { Navigation.NavigateTo(); }, o => true);
      Navigation.NavigateTo();
      }

  • @ricardocasillas5054
    @ricardocasillas5054 Год назад +1

    Great tutorial. Totally cool, simple but effective. where can we get the source code, save me some key strokes. Thanks,

    • @_buffer
      @_buffer  Год назад

      Thank you! And the source code can be found over at my Patreon www.patreon.com/payloads

  • @j4ck3
    @j4ck3 Год назад +1

    Hello, nice tutorial. just wondering if there is a simple way to pass parameters to other viewmodels when navigating to one?

    • @adammakota
      @adammakota Год назад

      And how to allow Dependency Injection for Views eg. if someone what's to inject EventService into View.cs how would you do that?

    • @AndrzejKlonowski
      @AndrzejKlonowski Год назад

      did you get how to pass parameter to viewmodel? I want to open details of client (to edit), but I don't know how to do that

    • @AndrzejKlonowski
      @AndrzejKlonowski Год назад

      wow, I can't believe it, I asked chatGPT how to do it and he answered with working code :)

    • @gregh2469
      @gregh2469 Год назад +1

      ​@@AndrzejKlonowski Similar to how you set the DataContext when instantiating the MainWindow to the MainWindowViewModel you could initialize any property in your ViewModel when adding it to the serviceCollection. Additionally, since this should be an instance of your ViewModel, the work done in your constructor should be processed as well.

  • @benkenobii2057
    @benkenobii2057 11 месяцев назад

    How to set child view model properties from parent? When i do that, the child User Control displayed on the main window parent does not change its properties, i have set the data context

  • @user-pf3jz7we2d
    @user-pf3jz7we2d 10 месяцев назад +1

    Hello Payload! I have a question. Maybe it`s kinda stupid question. So, should i use MVVM when i have a lot of different windows with different functionality (I am making diary, and there I have MENU window and other window where I working with all that writing stuff)?
    So, I have 3 groups
    (1.Main menu window and window with all writing and editing stuff,
    2. account settings and customizing window to change look of main menu window (i have button on main menu window to navigate to them)
    3. Login and registration).
    I guess they would look good with MVVM, but i am not sure if they can be putted together like that. Should i put all those windows that i work with, right into folder MVVM, and working there with those groups? Thank you in advance

    • @_buffer
      @_buffer  9 месяцев назад

      Good question! If you join the Discord it'll be easier to help you :-)

  • @user-bf2sg5lm1u
    @user-bf2sg5lm1u 10 месяцев назад

    Thank you very much for this great video. I studied a lot by myself, finally I can do it.
    BTW, may I ask that, is it possible to do a multi-navigation.
    For example, 2 views in 1 window, and there are 2 subviews in one view of window.
    It can be contentcontorol or tabcontrol.
    Thanks.

    • @AhmetYigiter
      @AhmetYigiter 3 месяца назад

      Look at view model locator concept

  • @user-rl3lp5rv8q
    @user-rl3lp5rv8q Год назад

    I have similar code but I dont need creating new instance of viewmodel every time I change views. I have a lot of data that viewmodels are storing and this method of changing views would terribly slow down the program

  • @botlife6386
    @botlife6386 Год назад

    can u do a updated version of the chat hub with a login and setup the database but make it where it saves the last chats and how to add calling and video chat and make it a add function plz

  • @on4ayl
    @on4ayl 6 месяцев назад

    Great video. I had to use a magnifying glass to view the code. Font is too small.

  • @player_yousef
    @player_yousef Год назад +1

    nice

    • @_buffer
      @_buffer  Год назад

      Thank you Yousef! :-)

  • @chriswinslow
    @chriswinslow Год назад +2

    Great tutorial. But the volume is a little on the low side.

    • @ReturnTypeVoid
      @ReturnTypeVoid Год назад

      You sure it’s not on your side bud, volume is fine for me!

    • @_buffer
      @_buffer  Год назад

      Thank you! The volume seems fine on my end too actually :-)

  • @eassgermany4267
    @eassgermany4267 6 месяцев назад +1

    @Payload what is the name of IDE you used?

    • @_buffer
      @_buffer  6 месяцев назад

      Rider :-)

  • @charlesgantz5865
    @charlesgantz5865 Год назад +4

    What does (???). in the various Path's mean?

    • @CaryCorser
      @CaryCorser 11 месяцев назад +2

      I have the same issue. I have never seen this before.

  • @someone150
    @someone150 Год назад +1

    What keyboard do you use?

    • @_buffer
      @_buffer  Год назад +1

      Custom keyboard with nk_sherbet switches :-)

  • @haku5957
    @haku5957 Год назад +1

    ty bro

    • @_buffer
      @_buffer  Год назад +1

      Anytime! :-)

    • @haku5957
      @haku5957 Год назад

      I had a problem yesterday about navigation. So, maybe u can help me. I have 4 different UserControls (views) on 1 page with one GlobalVoewModel. I had to switch (navigate) on one of UCs without changing the others. It's was very difficult and I came to solution by just using flipper element from MeterialDesign, but I actually don't like it. Any advices, payload?

    • @haku5957
      @haku5957 Год назад

      @@_buffer bro

    • @_buffer
      @_buffer  Год назад

      @@haku5957 Sounds like a design issue, feel free to hop in the Discord, will be easier to help you over there :-)

  • @fainergame3842
    @fainergame3842 Год назад

    Hello, can someone tell me how to make authorization with this code? Those. so that I can log into my account and I can get the UserControl output working.

  • @MoraisNelson1407
    @MoraisNelson1407 Год назад

    I'm stuck at 16:12. where you do NavigatoToHomeCommand = new RelayCommand(execute: O :object.... I get a bunch of errors, starting with the fact that O is unknown...

    • @neverever2630
      @neverever2630 Год назад +4

      new Relaycommand(o => ...) get rid of execute::Object

  • @m0lDaViA
    @m0lDaViA Месяц назад

    Wait so you don't use pages for navigation?

  • @1mSeraph
    @1mSeraph 3 месяца назад

    Hi i applied this method for my new project and it ran fine for a while, however now i am getting sudden Errors in my app.xaml telling me that my sources that i use for my viewmodels and views do NOT exist within the previously used and until then working namespaces. I tried reloading the folders into the project but to no success. Its beginning to get really frustrating as i am no longer able to compile my project. Does anybody know how to handle this?

  • @calvindale
    @calvindale 11 месяцев назад +1

    I saw another example where an AppHost is used to manage the DI container: ruclips.net/video/dLR_D2IJE1M/видео.html . I wonder what the benefit the AppHost brings versus the ServiceCollection approach used in this video.

  • @nagyabel937
    @nagyabel937 Год назад +2

    is it working under .NET 6?

    • @_buffer
      @_buffer  Год назад

      Yep, it works across all .NET Versions > 4.5

  • @abnrml5452
    @abnrml5452 9 дней назад

    what ide Is that

  • @Pdxron
    @Pdxron Год назад +1

    whys bro awake at this time

    • @_buffer
      @_buffer  Год назад

      Because content! :D

  • @DonaldFranciszekTusk
    @DonaldFranciszekTusk Год назад +1

    It's so complicated :/ I don't understand why this is such a different approach from what you used to switch views before. In your previous video ('Modern UI app') you made it much simpler, just reassigning CurrentView with Command on click, and switching between views worked the same.
    Couldn't it be done as easily as in that video? I appreciate that you show how something is done, but if this is supposed to be a tutorial, it would be better if you did a longer introduction before doing it, what and why exactly you want to do.

    • @repossession
      @repossession 10 месяцев назад +1

      This can absolutely be done in the simpler way that you mentioned. The difference in approach (and level of complexity) is a result of using the MVVM design pattern and Dependency Injection. Using MVVM and DI simply adds some benefits (e.g. easier unit testing, reduced overall complexity once you hit a certain app size) that some may feel are worth the added complexity, and it's those people that this video is targeting.

    • @DonaldFranciszekTusk
      @DonaldFranciszekTusk 10 месяцев назад

      @@repossession ok

  • @expatca4444
    @expatca4444 2 месяца назад +1

    What a complicated mess only to do that. I should be a more simpler way

    • @gahshunker
      @gahshunker 16 дней назад

      😂 i can't believe this either. looks like an April fool's joke. this ain't "easy"

  • @alansebastian3518
    @alansebastian3518 Месяц назад

    I hate youtubers like this. who don't even share the code if we don't pay.

  • @berke.code07
    @berke.code07 Год назад +1

    Layne was better

  • @user-by6jk3dh7l
    @user-by6jk3dh7l 9 месяцев назад

    beautiful #FFE51400