How should we learn and master the WCF Technology in the correct way?
I. How should I learn about the WCF technology?
A's answer is: as a beginner, please follow a's advice on how to master the WCF technology with the correct posture. Since there are too many WCF technical knowledge points, you can have a single book to explain basic conceptual knowledge. Before the course C # Service-Oriented Programming Technology WCF starts to practice, I hope that the children's shoes who have never understood the WCF technology will first understand the WCF Technology in advance. At least I need to understand what the three elements of the ABC technology refer to respectively. Otherwise, it is difficult to keep up with the pace of a stupid course. Although this course is called the introduction of WCF technology, the focus of this course is to focus on the actual practice. I am a stupid developer who has some understanding and understanding of the WCF technology, we strive to share with you the truth about the WCF technology. This is the biggest difference between a stupid course and the market,"Combining theory with practice" + "from practice to practice"After learning, you can directly apply the learning results to the actual project!
Ii. How should I learn about the number of Binding protocols for the WCF technology?
A's answer is:: "Take its essence" + "take the essence", do not "Swallow jujube", and eventually lead to "waste of food for some reason ",Here, I suggest you learn the following bindings:
1) BasicHttpBinding: the simplest binding type, usually used for Web Services. Use HTTP and Text/XML encoding.
2) WSHttpBinding: more secure than BasicHttpBinding.
3) NetTcpBinding: the most efficient and secure cross-machine communication mode.
III. C # How to Use the elegant method of WCFProceedUnified entry call
Use WCFServiceProxyFactory to provide services to our callers through the uniform server portal.
4. How can we ensure the security of client calls through the WCF technology?
A's answer is: Use the X509 Certificate authentication mechanism of WCF.
V. Practical drills C # How to implement unified portal calling in an elegant way using WCF)
6. How to implement hybrid access to WCF (both HTTP and TCP are supported)