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

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

1 Answers   HP,


What are the SDLC phases you have invloved ?

0 Answers   Infosys, Tech Mahindra,


what is a Design Pattern?

5 Answers   TCS,


What are the types of participants of the prototype design pattern you will get?

0 Answers  


How do you ensure quality of code ?

3 Answers   Infosys,






What is mvp design pattern?

0 Answers  


What are the design patterns and How can they make life easier for software development ?

1 Answers   ABC, HP,


How to add CSS styles Styles to Elements with Particular Attributes?

1 Answers  


What are the languages used in the design pattern?

0 Answers  


What is synchronizer token pattern?

0 Answers  


what is the difference between the Adapter Pattern and Proxy Patterns?its seems both are almost similar?

1 Answers   RBS,


i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do

1 Answers   IBM, Infosys,


Categories