Design Pattern

Question posted on 10 2010
Rate question difficulty level 0 Votes
What is Design pattern. What is the use of Design Pattern in .net
 
 
3 Answers
 
Design Patterns are recurring solutions to recurring problems. They first emerged from Civil Architecture i.e. Building making architects used them as a practice facing different problems while building development. Same concept afterwards applied to software development i.e. Different software design patterns are used in software development today. So that the common problems during software development can be catered in advance. Same concept is used in .Net and Java and Design patterns are used as universal practice for both. Example Singleton Design Pattern is used in .Net as well as Java that act as single receiver for all request client makes.

10/14/2010
 
 
Design patterns are nothing but set of programming solutions.
Some of the problems in development every one will solve in there own ways.
But Design patterns tell the best way out of all such ways.
These ways got explained with a structural design.

10/17/2010
 
 
In the computer software development area, design patterns are set of basic and advanced principals that address common scenarios developers are facing with their daily work.
They are based on accumulated experience and provide a good way to handle various development situations in a way that will assist in coping with future problems that might occur due of system growth, client demands etc.

10/22/2010
 
 
Add an answer*
 
Your name
Email
 
Location: Delhi , India

add a question

arrow_blue


Now hiring!
---------------------------
---------------------------
---------------------------
---------------------------
---------------------------
---------------------------
---------------------------