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 |
What data providers available in .net to connect to database?
What is lazy initialization?
Is string a value type or a reference type?
Please explain what is heap and what is stack?
What is data type and how many types of data types are in .NET ?
What is CCW (COM Callable Wrapper)
What is SOAP? How you will do windows and forms authentication?
Explain Different kinds of methods?
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 is reflection in microsoft .net context?
What is a formatter in .net?
Please explain what is the difference between a class and an object?