Hi all,
I have been working as a web application developer using dotnet for past 2.5 Years.I am new to WCF Services.My question is what are the possible scenarios to use WCF service in my web applications. My understanding is Normally we write methods in c#, so instead of writing method in c#, we need to write as a services which can be accessed by any language.In our c# methods we write our application logics like sending mails,User rights, etc..
I went through the internet about wcf But i am not satisfied with this,So can any one tell me what would be the possible way i can implement the WCF in my application.
Thanks!
Jignesh TrivediPosted Mar 28, 2014, 4:32 AM
Hi,
As per me WCF is the replacement for WSE and for ASMX web services....
please refer below link it help us to understand the scenarios where you can use WCF.
http://msdn.microsoft.com/en-us/library/ms731082(v=vs.110).aspx
hope this will help you.
Abhay ShankerPosted Mar 28, 2014, 4:19 AM
http://vishalnayan.wordpress.com/2010/12/31/wcf-what-why-when/