Answer Posted / prem
Observer Pattern
Iterator Pattern
Decorator Pattern
Adapter Pattern
Factory Pattern
Strategy Pattern
Composite Pattern in ASP.NET
Template Method Pattern
Patterns in the ASP.NET Pipeline
Intercepting Filter Pattern
Page Controller Pattern
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
How do you serialize in c#?
How can you access a private method of a class?
What is default value of enum c#?
Does c# replace c++?
What is dll hell, and how does .net solve it?
What is thread pooling?
What is the base class of all classes in c#?
How much time will it take to learn unity?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What is dataset c#?
Describe the ways of cleaning up objects in c#.
Why is dll used?
What is an escape sequence? Name some string escape sequences in c#.
What are logical operators in c#?