Forums » .NET » ASP.NET »

In which situation, we used wcf service in web application?


Posted Date: 24 Jun 2012      Posted By:: Rajalingam     Member Level: Silver    Member Rank: 619     Points: 1   Responses: 6



Hi friends,

In which situation, wcf service used in web application project?..





Responses

#677142    Author: Pawan Awasthi Online     Member Level: Diamond      Member Rank: 4     Date: 24/Jun/2012   Rating: 2 out of 52 out of 5     Points: 4

Hai Rajalingam,
WCF is the communication technology which provides the communication between your application and the database or another service.
It is similar to the Web Services with additional advantages.
Where the ADO.net technology doesn't work or doesn't support there we can use the WCF for providing the communication between the database and the application.
Most frequently used applications which are made using the WPF and Silverlight uses the WCF for their communication because the ADO.Net doesn't support for them,
Hope it will give you some idea.

Regards,
Pawan Awasthi(DNS MVM)
+91 8143683708 (pawansoftit@gmail.com)
Outstanding Contribution Award..NTT Data Inc



 
#677145    Author: Anil Kumar Pandey      Member Level: Platinum      Member Rank: 1     Date: 24/Jun/2012   Rating: 2 out of 52 out of 5     Points: 2

WCF services are used to give a plat form independent support for various task.

If you want to provide a service which can be access form any plat form and from any where you can create a web service that will provide you the ease of access and flexibility with a secure option.

Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM



 
#677147    Author: SonyMadhu      Member Level: Gold      Member Rank: 45     Date: 24/Jun/2012   Rating: 2 out of 52 out of 5     Points: 3

Hi RajaLingam,



WCF is a Service Oriented Application.
We will write methods in WCF, we can use that service from any of our applications.
We can have reusability and security for Code, as client application can only call the methods of Service.
Ex:
If you want to update any data base things, create wcf service which contains method for updating the database. call the update method from client application with parameters..

Regards,
Madhu
Be so hapy wen others look at you,they become hapy too






 
#677237    Author: Rajalingam      Member Level: Silver      Member Rank: 619     Date: 25/Jun/2012   Rating: 2 out of 52 out of 5     Points: 1

Thanks to all...


 
#677351    Author: Ravindran        Member Level: Diamond      Member Rank: 3     Date: 25/Jun/2012   Rating: 2 out of 52 out of 5     Points: 2

WCF is a Service Oriented Application and whenever you want same application access from different protocol like TCP/IP, HTTP, etc. use WCF service. Only thing is need to added each protocol endpoint in web.config no need to change coding inside it that is the main advantage of WCF service.

Regards
N.Ravindran
Your Hard work never fails



 
#677438    Author: Rajan Patekar      Member Level: Gold      Member Rank: 455     Date: 26/Jun/2012   Rating: 2 out of 52 out of 5     Points: 2

Hi,
According to my experience i have used the WCF services for making the distributed environment.

In our case we placed the wcf services on one server and other business entities on another server.
So all the DB calls are happened through the WCF.

Regards,
Rajan Patekar



 
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.



Next : Virtual directory must be created in other fw ?
Previous : Adding dropdownlist inside the gridview
Return to Discussion Forum
Post New Message
Category:

Related Messages



Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2012 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.