C# WPF Tutorial #19 - Opening Custom Windows with Show and ShowDialog

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 21

  • @davidjennings6293
    @davidjennings6293 4 місяці тому +1

    Thanks! This series is VERY helpful.

    • @KampaPlays
      @KampaPlays  4 місяці тому

      Thank you so much. Really appreciate it and I'm very glad it helped!

  • @fooballers7883
    @fooballers7883 Рік тому +2

    I can see this channel going places... Thank you for a brilliant tutorial...short and sweet

    • @KampaPlays
      @KampaPlays  Рік тому

      Thanks so much, glad it is helpful!

  • @Charlesw_88
    @Charlesw_88 Рік тому +2

    Very helpful video. Appreciate these WPF tutorial videos.

  • @nikilexaa
    @nikilexaa 7 днів тому

    Very helpful, many thanks!

  • @cantcatchme6749
    @cantcatchme6749 9 місяців тому +1

    Hey, if you're strictly adhering to MVVM architecture, is it better to instantiate/show windows in the code-behind, or in the ViewModel? From what I understand, putting view-related logic in the ViewModel is a violation of the MVVM pattern, but there's a lot of conflicting answers to this online.
    Also, congrats on the great tutorial.

    • @KampaPlays
      @KampaPlays  8 місяців тому +2

      Thanks!
      Lots of conflicting answers on this one is the truth -- this is a very touchy subject with a lot of people. My opinion (take it with a grain of salt) is if you are strictly adhering to it, then you should not, but instead use something like a window service interface/dependency injection to achieve full separation.
      Further opinion (more grains of salt): I rarely advise projects to adhere extremely strictly unless the project is massive/lots of moving parts (easier on maintenance), or uses a large varied or inexperienced team (easier on peer review/prevents laziness). As long as you succeed in the separation of concerns in both dev and test - it is very beneficial. Strict rules (like zero code behind) generally just slow down development and introduce unnecessary complexity.
      Hope this helps.

  • @bvc-vidadeprf9064
    @bvc-vidadeprf9064 Рік тому +2

    That was a wonderful video. You helped me a lot. Can you teach how to create some mvc model? To change main windows with a controller? using a 'panel' or directly in the 'grids'. ❤

    • @KampaPlays
      @KampaPlays  Рік тому +5

      Thank you, I'm glad it helped!
      In just a few videos i will be starting a set of videos on MVVM. It's extremely close to MVC, except it uses a "view model" as a controller, and fits really well with WPF.

    • @bvc-vidadeprf9064
      @bvc-vidadeprf9064 Рік тому +1

      @@KampaPlays this is wonderful! So I'll be waiting anxiously for the next videos

  • @rahulgoutham7102
    @rahulgoutham7102 Рік тому

    What is the difference between "x:Name" & "Name" attributes ?

    • @KampaPlays
      @KampaPlays  Рік тому

      Name is a property on a class in .NET.
      x:Name is a XAML-specific attribute that all elements can have.
      Functionally, they are basically the same thing. I generally only use x:Name when Name isn't available, but that's just me.

  • @RD-mh2cn
    @RD-mh2cn Рік тому +1

    Merci pour vos didacticiel très explicites

  • @harimohanshukla4237
    @harimohanshukla4237 Рік тому +1

    Could you please organise some virtual live session's as well so that people who have any doubts after video can ask

    • @KampaPlays
      @KampaPlays  Рік тому +2

      I would really like to do this, but at the moment I don't have the time. Currently work is keeping me so busy that I'm a bit behind on creating the videos themselves, but maybe once things calm down I can do something like this. Thank you for the suggestion, and for watching!

  • @朱亚君-m9b
    @朱亚君-m9b Рік тому +1

    Nice and Fine