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


2 answers


Check out Martin Fowler Enterprise Application Architecture Patterns .



+2


a source


Also, if you're interested in something new, check out DCI Architecture.



+1


a source







All Articles