python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I open a Prism window from a non-prism WPF project?
I'm working on a big WPF project without Prism library. Now I received a new small project that uses Prism and consists in a couple of views only (MainWindow and a dialog). Is there a way to import it...
Gian
Votes: 0
Answers: 1
Possible way to reduce translation properties with MVVM in WPF
I'm doing refactoring for our app. We currently have 2 languages supported, where the logic is sitting inside TranslationService, injected through DI container (using Prism if matters) into View model...
Expressingx
Votes: 0
Answers: 1
Prism 8 WPF DelegateCommand ObservesProperty does not observe the property
I tried to use a DelegateCommand to obsereve a property in a model class (that implements INotifyPropertyChanged). But this works only if the observed Property has a boolean return type.
Is something ...
knp
Votes: 0
Answers: 0
Prim's algorithm using heap or unsorted array?
There's a question in my CS class asking that if the graph is a sparse graph, which is n^2 >> m, whether unsorted list with O(n^2) is more efficient than the binary heap O((m+n)logn). I'm a litt...
Elon Mask off
Votes: 0
Answers: 1