P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> IT Interview Question Answer Discussion >> Design Patterns in NET...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
Design Patterns in NET
AtanuMaity Posted: Thursday 07, August 2014 04:16:32 PM     
   
"A pattern is a recurring solution to a problem in a context
."


Design patterns provide general solutions or flexible wa
y to solve common design problems
Patterns are used by developers to their particular design to s
olve their problems. Patterns usage and choice to choose among 
different design patterns is based on individual need and their
 problem.
Design patterns are the most powerful tool for software develop
er. It is important to understand design patterns rather than m
emorizing its classes, methods and properties.

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

Back to Top ^  
 AtanuMaity Posted: Thursday 07, August 2014 04:17:57 PM
  
   
For more details please visit below link

http://www.codeproject.com/Articles/738043/Design-Patterns-in-ASP-NET


Back to Top ^ 
 AtanuMaity Posted: Sunday 10, August 2014 06:45:41 AM
  
   
For discussion, please post your comment at

https://www.facebook.com/programmer2programmer
Back to Top ^ 


Home > Programmer2Programmer.NET Forum >IT Interview Question Answer Discussion >> Design Patterns in NET...