SoC in WebForms
Scott Bellware makes a brillant comment on Hammett’s weblog:
ASP .NET templated controls did almost nothing to encourage separation of orthogonal concerns. It simply ended up separating concerns that aren’t separate concerns.
Pure Genius - this summarises an entire field of criticism (e.g. [1][2]). The whole issue with the OnRowDataBound/FindControl() style of programming is that things which [...]