Pierre Greborio.NET

Talking about .NET world

Browse by Tags

All Tags » Object Orientation » ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.
Notification pattern
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...
Model View Presenter in ASP.NET 2.0
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