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 |
Tell us what is heap and what is stack?
What is the purpose of delegates in .net?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
What are the providers available with VS.NET ?
Explain about .Net products?
What is "common language runtime" (clr) in .net?
What is the difference between vb.net and vc#.net?
Give An example of a ctype and directcast.
What is .net3.0 and .net3.5?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is the standard you use to wrap up a call to a Web service
what is managed data and managed code?