what are design patterns..?what design patterns used
in .net.
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 |
What are the advantages of asynchronous architectures?
Where do you find inspiration and what are your long-term goals?
Give me example of chain of responsibility design pattern?
What is use case in clean architecture?
If there is a Model class,View class,Controller class then How these are internally related? Which layer objects instantiated in which layer? How they communicates?
What skills do you think are necessary for a UI UX Designer?
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?
Is singleton scope thread safe?
What is the builder pattern?
Name some of the analytical tools and KPIs that you used in your evaluations.
what are the creational design patterns
How to add CSS styles Styles to Elements with Particular Attributes?