What are possible implementations of distributed
applications in .NET?

Answers were Sorted based on User's Feedback



What are possible implementations of distributed applications in .NET? ..

Answer / swapna

.NET Remoting and ASP.NET Web Services. In the Framework
Class Library, many classes are in System.Runtime.Remoting
and System.Web.Services.

Is This Answer Correct ?    1 Yes 0 No

What are possible implementations of distributed applications in .NET? ..

Answer / amarjeet singh

By Using .Net Remoting and Web Services.But now we can use
WCF to implement distributed application.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

Will clr handle unmanaged code or not?

0 Answers  


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

0 Answers   DELL,


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


What do you know about .NET assemblies?

2 Answers  


What are the different types of channels used by .net remoting?

0 Answers  






what are the requirements to enable remote components to interact each other?

0 Answers  


Explain how does assembly versioning in .net prevent dll hell?

0 Answers  


What is a strong name?

1 Answers  


Explain what is the relationship between a Process, Application Domain, and Application?

2 Answers  


Elaborate the term WebService and how it differ from Remoting?

0 Answers   QuestPond,


Explain how to directly call a native function exported from a dll?

0 Answers  


Which Namespaces is used to achieve the Remoting?

0 Answers  


Categories