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 |
What are the main components in .net?
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?
What operating systems does the .net framework run on?
Explain what is the difference between encrypting a password and applying a hashing?
How do you create threading in .NET? What is the namespace for that?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
what is the default value of CHAR type?in C# using asp.net?
Explain what is a delegate?
Please explain what are an inheritance, polymorphism, and encapsulation?
What makes .net core cross platform?
What should you do to store an object in a viewstate?