What is the difference between Webservice and WCF

Answer Posted / mohan

sp.net web services are homogenous.
Asp.net web services can use only HTTP chanenel.
Not supports msmq and tcp binding...


WCF is flexible because its services can be hosted in
different types of applications. The following lists
several common scenarios for hosting WCF services:
IIS
WAS
Self-hosting
Managed Windows Service

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does postback mean?

540


What is the default authentication mode for asp.net?

568


Where do we store our connection string in asp.net application?

533


What are the best practices to follow to secure connection strings in an ASP.NET web application?

562


Define web services in asp.net.

564






How to bind all the binding controls in a page at once in ASP.NET?

533


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1446


Explain about the .NET framework?

577


What is viewstate parameter?

527


How does session work?

513


Can we add code files of different languages in app_code folder?

605


What is the asp.net control toolkit?

563


What is page fragment caching?

559


Why would a company use an application service provider?

496


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

1977