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...

What is the difference between Webservice and WCF

Answer Posted / arif imteyaz

ASP.NET Web Method is called ASMX [because of the file
extension] (check 4GuysFromRolla about this, they have a
good tutorial)

That technology makes you expose functions as a Web Service
so you can connect it from everywhere and use it. But... you
can't protect the data between server and client, you can
send big files clear and know what happend, etc...

[Note] you can protect the access to the web service using
certificates, but it is complicated but normally, in ASMX we
use username / passsword.

in WCF, you are in the different world about Web
Services,and this s the best technology in .NET to expose
Services (can you see the difference... Services! not Web
Services), WCF does not need IIS to run, it can run as a
System Service on the server, using a console ambient (like
command line), etc, so we say that WCF is a Service not Web
Service. Remember ASMX need IIS to run.

with WCF you can use SSL to encrypt the communication (to do
that in ASMX you need to use WSE - Web Services
Enhancements), you can send big files and securely (to do
that in ASMX you need to use MTOM - Message Transmission
Optimization Mechanism).

you can set the transmission preferences just changing one
line of code, the security is much higher, etc, etc :)

hope you get a better general overview with this, but there
is much more.

bottom line: to expose Web Services that you do not need to
protect, you can use ASMX, no problem at all, but if you
need to protect the communication somehow, do it in WCF!

link: you can read here some performance comparative between
the 2 services

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What r the asp.net list controls and diff. Between them?

1022


What is the difference between cookie and session?

1025


List the events in page life cycle.

1021


What is webresource axd?

937


How do u optimize a query in asp.net?

1068


Differences between “dataset” and “datareader”.

1119


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2854


What is the difference between a candidate key and primary key?

1071


What is server components?

1081


What are the different types of proxy patterns?

1206


Define managed code and managed data in .net?

1007


Explain the role of global.asax?

1043


What is manifest in .net framework?

1067


What is difference between session and application in asp net?

1067


What are the benefits of view state?

996