Explain what are possible implementations of distributed applications in .net?



Explain what are possible implementations of distributed applications in .net?..

Answer / Ajay Kumar Jaiswal

In .NET, you can implement distributed applications using various approaches:n
1. Windows Communication Foundation (WCF): WCF is a framework for building service-oriented architecture (SOA) solutions. It provides support for multiple communication protocols and binding options, making it suitable for creating distributed applications.
2. Remoting: .NET remoting allows objects in one AppDomain to be marshalled and passed to another AppDomain on the same or different machine. However, it is being phased out in favor of WCF.
3. SignalR: SignalR is a library for real-time web functionality such as chat applications and live updates. It can be used for building distributed applications that require real-time communication between clients and servers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How do I spawn a thread?

1 Answers  


How is meant by dll in .net?

1 Answers  


What is iis? Have you used it?

1 Answers  


Describe the difference between inline and code behind which is best in a loosely coupled solution?

2 Answers  


What is a garbage collector?

1 Answers  


What is difference between .net core and .net standard?

1 Answers  


What is different between webusercontrol and in webcustomcontrol?

1 Answers  


Explain the procedure to add assemly to gac to make it shared one?

1 Answers  


What is stored procedure ? how we use it in .NET ?

1 Answers   MCN Solutions,


What is the difference between VB and VB.NET?

2 Answers  


create a keypair?

1 Answers  


Tell about your technical profile ?

1 Answers   TNEB Tamil Nadu Electricity Board,


Categories