Tagged Questions
The presenter-first tag has no wiki summary.
4
votes
1answer
323 views
In Presenter First, why is SubscribeSomeEvent method on an interface preferred to plain old events?
I recently found out about Presenter First and read their whitepapers and blogs, etc.
In most of the examples I found, the events are not declared directly on the interface but rather as a method for ...
4
votes
1answer
315 views
MVP on semi-complicated pages
I'm working on .NET 3.5 form application with slightly complicated behaviour. It's for a book inventory. To give you an idea, a workflow would be:
The user enters an ISBN code
If the ISBN is valid, ...
1
vote
1answer
407 views
WPF : Access Application Resources when not referencing Shell from App.xaml
I am beginner in WPF. My App.xaml looks like below
app.xaml
<Application x:Class="ContactManager.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...