What are possible implementations of distributed
applications in .NET?
Answer Posted / 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 |
Post New Answer View All Answers
What are the threading types?
Define delegates and events?
What are static assemblies and dynamic assemblies. Differences between them?
Difference between .net remoting versus distributed com?
When do we use delegates in your remoting applications?
Garbage collector?s functionality on unmanaged code ?
How to decide which to use .net remoting or asp.net web services?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is objref object in remoting?
What are the situations you will use singleton architecture in remoting ?
Define singleton activation mode in .net remoting?
Difference between web services & remoting?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Will clr handle unmanaged code or not?