Тёмный

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

Kampa Plays
Подписаться 7 тыс.
Просмотров 15 тыс.
50% 1

Опубликовано:

 

23 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@davidjennings6293
@davidjennings6293 Месяц назад
Thanks! This series is VERY helpful.
@KampaPlays
@KampaPlays Месяц назад
Thank you so much. Really appreciate it and I'm very glad it helped!
@Charlesw_88
@Charlesw_88 Год назад
Very helpful video. Appreciate these WPF tutorial videos.
@KampaPlays
@KampaPlays Год назад
Thank you, glad to help!!
@cantcatchme6749
@cantcatchme6749 6 месяцев назад
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 5 месяцев назад
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.
@fooballers7883
@fooballers7883 Год назад
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!
@RD-mh2cn
@RD-mh2cn Год назад
Merci pour vos didacticiel très explicites
@KampaPlays
@KampaPlays Год назад
Thank you!!
@bvc-vidadeprf9064
@bvc-vidadeprf9064 Год назад
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 Год назад
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 Год назад
@@KampaPlays this is wonderful! So I'll be waiting anxiously for the next videos
@朱亚君-m9b
@朱亚君-m9b Год назад
Nice and Fine
@KampaPlays
@KampaPlays Год назад
Thanks!!
@harimohanshukla4237
@harimohanshukla4237 Год назад
Could you please organise some virtual live session's as well so that people who have any doubts after video can ask
@KampaPlays
@KampaPlays Год назад
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!
@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.
Далее
C# WPF Tutorial #20 - Reusable Style Resources
11:11
Просмотров 15 тыс.
C# WPF Tutorial - Using INotifyPropertyChanged
22:01
Просмотров 49 тыс.
WPF C# Professional Modern Flat UI Tutorial
36:44
Просмотров 830 тыс.
Popup / Modal - WPF UI COMPONENT WORKSHOP
16:21
Просмотров 16 тыс.
WPF C# MVVM Sample Application
13:16
Просмотров 19 тыс.
C# WPF and GUI - Pages and Navigation
7:48
Просмотров 283 тыс.
C# WPF Tutorial #21 - Styles and ControlTemplates
12:53
I Rewrote This Entire Main File // Code Review
16:08
Просмотров 172 тыс.
How to Close Windows from a ViewModel in C#
10:39
Просмотров 25 тыс.