what are design patterns..?what design patterns used
in .net.



what are design patterns..?what design patterns used in .net...

Answer / 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

More Design Patterns Interview Questions

What is grouping in CSS?

1 Answers  


What is the publish/subscribe model?

1 Answers  


3. Discuss the concept of system transition strategy

0 Answers  


Why is it important to use systems analysis and design methodologies when building a system? Why not just build the system in whatever way appears to be “quick and easy”? What value is provided by using an “engineering” approach?

1 Answers   DBU, KSV College, Sampson, University of Ibadan,


How can we design/implement singleton object?

3 Answers   HP,






what is the lazy design pattern?

0 Answers  


What is the S/W model used in the project. What are the optimization techniques used. Give examples ?

2 Answers   Infosys, Symphony, Wipro,


Which design pattern is mvc?

0 Answers  


how many types of cookies in php

1 Answers  


What is the difference between 3 tier and n tier architecture?

0 Answers  


Dd you useuse OOA/OOD methodologies?did you use design patterns?

1 Answers   HP,


What are 5 common problems in the software development process?

1 Answers   HP,


Categories