Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

When we use web service and when we use Remoting?

Answer Posted / ankit dass

.NET remoting is specifically used when you are using only
Microsoft platform. Remoting cannot be used between .net
client and non .NET clients.
Web services though can be used for communication on
MIcrosoft technologies, but their main feature is Platform
Interoperability.
So if you are using client and server supporting .NET
framwork, iwould recommend to use .NET remoting because
you can customise it to great detail and also its faster.
If you are developing for cross platform technologies, you
cannot use .NET remoting. So the only option you have is ot
use web services

Is This Answer Correct ?    30 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of assemblies?

1188


Explain the hierarchial description of remoting?

982


How can we call methods in remoting asynchronously?

1023


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

1131


What is fundamental of published or precreated objects in remoting?

1053


How to directly call a native function exported from a dll?

1022


What is the purpose of strong name?

1064


What is unboxing?

1044


define client activated objects (cao)?

1106


Name the distributed systems available apart from .net remoting?

995


What are static assemblies and dynamic assemblies. Differences between them?

1192


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

925


What are the security features in .net remoting?

1034


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

2152


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

1050