.NET/ASP.NET Interview Question – Define WebService and how it differ from Remoting?

Answer:

WebServices is a cross platform where we can invoke object which are lying on different server or different georphical  location.

Both WebService and Remoting are used for same Purpose but the difference in Remoting is that both the server and client should be .NET platform while in WebService the server and client can be in different platform.

Remoting is faster than WebService.

WebService can be access only through http protocol but Remoting can access by any kind of protocol like TCP,HTTP,SMPT,FTP.

Please click here to see more .NET/ASP.NET interview questions

Regards,

Visit Authors blog for more .NET/ASP.NET interview questions

About these ads

About c# and .NET Interview questions

This blog is for developers who want to crack .NET and C# interviews. It has all tips and tricks needed to crack .NET interviews , C# interview , SQL Server interview , Java interview , WCF Interview , Silverlight interview , WPF interview , LINQ interview , Entity framework Interview.
This entry was posted in .net, .NET and C# interview questions and answers, .NET and C# training, .Net Interview Questions, Asp.Net Interview Questions, Csharp interview questions, programming interview questions, Remoting, Webservices and tagged , , , , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s