adspace


Explain the different types of proxy patterns?

Answer Posted / Arun Kumar Sharma

"Proxy patterns in .NET act as a placeholder for another object. There are several types, including Remote Proxy (for accessing remote objects), Virtual Proxy (for lazily loading expensive resources), Protection Proxy (for managing access to an object), and Smart Reference (for managing the lifecycle of an object)."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143