Explain the different types of proxy patterns?



Explain the different types of proxy patterns?..

Answer / 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

More Dot Net General Interview Questions

What are the main components in .net?

1 Answers  


With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?

1 Answers  


What operating systems does the .net framework run on?

1 Answers  


Explain what is the difference between encrypting a password and applying a hashing?

1 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?

1 Answers  


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

1 Answers  


what is the default value of CHAR type?in C# using asp.net?

7 Answers   Bosch,


Explain what is a delegate?

1 Answers  


Please explain what are an inheritance, polymorphism, and encapsulation?

1 Answers  


What makes .net core cross platform?

1 Answers  


What should you do to store an object in a viewstate?

1 Answers  


Categories