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 are connection strings?
When displaying fonts, what is the difference between pixels, points and ems?
what is event inheritance and event delegation?
Explain what is a delegate?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
What is exception handling?
Garbage collector thread is what kind of a thread?
What are the different types of assemblies?
How do I use the thread pool?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is "common language runtime" (clr) in .net?
What do the terms “boxing” and “unboxing” mean?