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

explain is .NET Remoting?

2 Answers   Mind Tree,


What are the advantage of remoting over web services?

0 Answers  


How do you directly call a native function exported from a DLL?

2 Answers  


Can we configure a .net remoting object via xml file?

0 Answers  


What are the security issues if we send a query from the application?

2 Answers   Microsoft, Timken,


What are the information required to configure remote objects?

0 Answers  


Which one is better WebService and Remoting ?

0 Answers   NA,


When we use web service and when we use Remoting?

2 Answers  


What is fundamental of published or precreated objects in remoting?

0 Answers  


What are static assemblies?

0 Answers  


What are the types of remotable objects?

0 Answers  


What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


Categories