what are design patterns in .net....?
Answers were Sorted based on User's Feedback
Answer / saqib
set of rules for programmers to write set of instructions
to program. there are few famous in-use practices available
like singleton and design patterns have their own
advantages and disadvantages.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rakesh.b
Creational, Structural and behavioral patterns are the .net
design patters.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the purpose of IClonable interface in .NET?
0 Answers Sans Pareil IT Services,
what is a strong name?
Explain the purpose of Remoting in .NET?
0 Answers Petranics Solutions,
How do you define the lease of the object in .net?
Explain the use of ‘this’ keyword in Java?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
How server form post-back works?
Difference between dispose and finallize method?
Explain what are possible implementations of distributed applications in .net?
What is the advantage of .net core?
How does linq work?
Why inheritance is important?