Browse by Tags
All Tags »
Object Orientation »
ASP.NET (
RSS)
Sorry, but there are no more tags available to filter with.
When I have to propagate errors from the domain object to the presentation I usually use exceptions. All errors bubble from bottom to up and then are ready to be published to the UI (managing the catch section). The Notification pattern can be a good...
Martin Fowler is introducing several new enterprise patterns for his new book . My attention was captured by the Model View Presenter pattern and I immediatly tryied to apply it in a simple ASP.NET 2.0 (version 8.0.40607.85) web form with a CheckBox,...
More Posts