Subscribe to Subscribers

Forums » .NET » ASP.NET »

Remoting when to use with example


Posted Date: 30 Jun 2012      Posted By:: naresh     Member Level: Silver    Member Rank: 1088     Points: 1   Responses: 2



Hi when to use remoting can any tell me with example.



Responses

#678255    Author: SonyMadhu      Member Level: Gold      Member Rank: 45     Date: 30/Jun/2012   Rating: 2 out of 52 out of 5     Points: 2

Hi,



Remoting is the service oriented Application.
Where Service and Application which consumes the service both should be Dotnet language to communicate.

Regards,
Madhu
Be so hapy wen others look at you,they become hapy too


 
#678369    Author: Prachi Kulkarni        Member Level: Gold      Member Rank: 33     Date: 01/Jul/2012   Rating: 2 out of 52 out of 5     Points: 4

Hi,
When you have .net clients then only use remoting. Remoting can not be done between non .net clients and .net clients. Remoting supports tcp/http with binary and soap based formating. If your distributed solution will be used by an internal customer then remoting will be useful. You want to do serialization or transporting activities between large objects then use remoting. If you have clicent server communication then also use remoting. If you have server side resources or server events then remoting will be the best option to use.

I hope it will be useful for you.

Regards,
Prachi Kulkarni.


 
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.



Next : Asp.net life cycle events with execution examples.
Previous : Access specifiers in c#
Return to Discussion Forum
Post New Message
Category:

Related Messages

Awards & Gifts
Talk to Webmaster Tony John
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2013 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.