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

Give the syntax of css?

1 Answers  


What is the publish/subscribe model?

1 Answers  


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

0 Answers  


What is a behavioral design pattern?

0 Answers  


What are the benefits of the proxy in the design pattern?

0 Answers  






What are the examples of the behavioral design patterns?

0 Answers  


If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)

1 Answers  


Can we use an equated value as operands for an MVC ? Reason for the same.

0 Answers   Ness Technologies,


What are sequence diagrams, collaboration diagrams and difference between them ?

8 Answers   ACET, CT, CTS, Infosys,


What is Software development life cycle....??

5 Answers   TCS,


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,


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

1 Answers   ABC, HP,


Categories