Design patterns for asp.net 2.0

First of all i would like to thank Alex Homer for his kind post of design patterns

Basic Design Patterns and Groups

Presentation Logic
§ Model-View-Controller (MVC)

§ Model-View-Presenter (MVP)

§ Use Case Controller

Host or Behavioral
§ Command

§ Publish-Subscribe / Observer

§ Plug-in / Module / Intercepting Filter

Structural
§ Service Agent / Proxy / Broker

§ Provider / Adapter

Creational
§ Factory / Builder / Injection

§ Singleton

Persistence
§ Repository

Comments

Popular Posts