what are design patterns..?what design patterns used
in .net.
Answer Posted / sri
design patterns are answers to the repetitive problems
encountered.
They help in communicating to other developers as they have
common language and nomenclature.
design patterns are above any language. They should be at
least same when u took all OO languages and may be separate
for non oo languages.
They are many of them.They mainly are categorized into
1.Creational - Patterns used while creating an object.
2.Strucural - Patterns used when constructing objects, using
other small objects.
3.Behavioural - Useful in how the objects interact with each
other.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Give me example of chain of responsibility design pattern?
What is clean architecture?
What non-visual coding tools are available for web design?
What is the behavioral design pattern?
What are the disadvantages of singleton pattern?
What is aop design?
What is the use of design patterns?
Why is singleton used?
What are the most popular design patterns?
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
Explain three types of components comprise an application design?
What is onion architecture?
Why singleton beans are not thread safe?
When singleton pattern is used?
Which design patterns have you used in your project ?