Answered by:
Can some explain me wcf

Question
-
User1402990982 posted
Hi,
can some explain me how client and server works in WCF. SIMPLE WAY I DON'T WANT URL REFRENCES
Saturday, October 5, 2013 11:54 PM
Answers
-
User839260933 posted
Hi
Windows Communication Foundation (Code named Indigo) is a programming platform and runtime system for building, configuring and deploying network-distributed services. It is the latest service oriented technology; Interoperability is the fundamental characteristics of WCF. It is unified programming model provided in .Net Framework 3.0. WCF is a combined features of Web Service, Remoting, MSMQ and COM+. WCF provides a common platform for all .NET communication.
Advantages
- WCF is interoperable with other services when compared to .Net Remoting,where the client and service have to be .Net.
- WCF services provide better reliability and security in compared to ASMX web services.
- In WCF, there is no need to make much change in code for implementing the security model and changing the binding. Small changes in the configuration will make your requirements.
- WCF has integrated logging mechanism, changing the configuration file settings will provide this functionality. In other technology developer has to write the code.
You can see more at http://wcftutorial.net
Beginners Tutorial at http://www.codeproject.com/Articles/406096/A-beginners-tutorial-for-understanding-Windows
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, October 6, 2013 2:15 AM -
User2019981500 posted
The most easiest and simplest way of describing WCF (Windows Communication Foundation), I ever read was by Sahil Malik on his blog. I came across it, while reading his book, Microsoft SharePoint 2010. He is an MVP and a great guy. I tried to create a diagram out of his explanation to further visualize and store in the mind.
It can be found here -> http://blah.winsmarts.com/2008–4-What_is_WCF.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, October 6, 2013 5:48 AM
All replies
-
User839260933 posted
Hi
Windows Communication Foundation (Code named Indigo) is a programming platform and runtime system for building, configuring and deploying network-distributed services. It is the latest service oriented technology; Interoperability is the fundamental characteristics of WCF. It is unified programming model provided in .Net Framework 3.0. WCF is a combined features of Web Service, Remoting, MSMQ and COM+. WCF provides a common platform for all .NET communication.
Advantages
- WCF is interoperable with other services when compared to .Net Remoting,where the client and service have to be .Net.
- WCF services provide better reliability and security in compared to ASMX web services.
- In WCF, there is no need to make much change in code for implementing the security model and changing the binding. Small changes in the configuration will make your requirements.
- WCF has integrated logging mechanism, changing the configuration file settings will provide this functionality. In other technology developer has to write the code.
You can see more at http://wcftutorial.net
Beginners Tutorial at http://www.codeproject.com/Articles/406096/A-beginners-tutorial-for-understanding-Windows
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, October 6, 2013 2:15 AM -
User2019981500 posted
The most easiest and simplest way of describing WCF (Windows Communication Foundation), I ever read was by Sahil Malik on his blog. I came across it, while reading his book, Microsoft SharePoint 2010. He is an MVP and a great guy. I tried to create a diagram out of his explanation to further visualize and store in the mind.
It can be found here -> http://blah.winsmarts.com/2008–4-What_is_WCF.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, October 6, 2013 5:48 AM -
User1402990982 posted
Thanks,
especially to shabirhakim1.It is awesome :)
Sunday, October 6, 2013 6:07 AM