What is the difference between Webservice and WCF
Answer Posted / srini
Asp.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
WCF = Web services + .Net Remoting + MSMQ + (COM+)
| Is This Answer Correct ? | 53 Yes | 8 No |
Post New Answer View All Answers
How do you change the session time-out value?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
How to rename a table using sql queries?
What is the used of "ispostback" property?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain the use of resource manager class in .net.
What is a pixel url?
What is preprocessor in .net?
List some of the important session state modes of asp.net.
Is there any limit for query string? Means what is the maximum size?
How can we provide the WebParts control functionality to a server control?
How to add DateTime Control in normal DataGrid Server Control?
What is scope of an application variable in asp.net?
Can I combine classic asp and asp.net pages?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly