Asp.net Model View Presenter example using PoCoRail
posted by fehaar(580) 4 years, 10 months ago 0
This is very cool. I hope this project is still living and breathing. Getting MVP in ASP.NET without breaking the use of WebForms (as MonoRail unfortunately does) is my cup of tea.
Reply
Why Not To Catch General Exception Types
posted by fehaar(580) 4 years, 9 months ago 0
Empty catch clauses and using exceptions instead of normal error handling are mortal sins that require immidiate crucifiction when encountered. ;-)