What patterns are there for developing web applications?
I understand that MVC and MVP are design patterns that are commonly used for web development as well as ASP.NET WebForms (more anti-pattern, really!).
What other patterns are used when developing web applications? I'm not necessarily saying that I want to learn / use new patterns to be different - I do believe there is a lot of value in taking a regular route - but I think it's good to know what else is there to be able to understand correctly, with what I'm working on now.
Thanks.
+2
a source to share