When would you use .NET Remoting and when Web services?
Answer / guest
Use remoting for more efficient exchange of information when
you control both ends of the application. Use Web services
for open-protocol-based information exchange when you are
just a client or a server with the other end belonging to
someone else
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the different types of proxy patterns?
What is delegation in .net?
Explain me how does linq work?
how we can capture the value in textbox when selectedvluechanged event of gridview is fired
Explain how to load the contents of an xml file into an xmldocument object?
Difference between Debugging and tracing in .net
What are the different types of remote object creation mode in .net?
Describe ways of cleaning up objects.
How do we access crystal reports in .net?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What are the different types of Classes in .NET?
Explain the difference between static page and dynamic page?