Click here to Skip to main content
15,868,340 members
Articles / Web Development / ASP.NET

Review – 50 Articles Completed on WCF Tutorial

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
2 Jul 2014CPOL2 min read 8.8K   10  
Review of 50 articles completed on WCF tutorial

This articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.

By publishing my last article “WCF Hosting in IIS Simplified“, I have completed a milestone of 50 WCF Tutorial on Windows Communication Foundation for beginners as well as professional developers. Throughout this journey, my intention was to follow a practical and step by step approach to explain important concepts on WCF. I’ll try my best to continue the same approach in a best possible way in future.

Let me summarize what WCF Tutorials have covered so far in these 50 articles on Windows Communication Foundation.

Although my approach is always to provide the reader with practical examples having complete code samples, I also prepare a comprehensive series of most important FAQs. This series of Frequently Asked Questions gives the reader a better chance to grasp the most important WCF technology concepts in a much shorter time. List of WCF FAQs can also be used to prepare before appearing for a WCF Interview. Reader can also find a list of Top 10 WCF Interview Questions and Answers here.

Along with above mentioned WCF FAQs and Interview Questions, I also provided a detailed series of WCF Tutorial on new features of Windows Communication Foundation v4.5. This seven part series not only discusses the concepts but also provides implementation details with code examples on new features in WCF 4.5. Remember, an interviewer is always concerned about the reader’s knowledge on new features of a particular technology.

For any technology area, we always try to define a base foundation knowledge that is compulsory for that particular technology professionals. Similarly for WCF, without knowledge of core concept areas like WCF Service, Contracts, Binding, Channel Factory, Hosting and lot more, no one claims to be a professional WCF developer. So, WCF Tutorial provides practical implementation for these core concepts. Few of the concepts covered are as follows:

Finally, the importance of REST based architecture is obvious in many scenarios and WCF fully supports it. WCF Tutorial provides implementation of RESTful service from very basic service to one that performs all CRUD (Create, Retrieve, Update, Delete) operations. It also provides implementations of related REST concepts like posting JSON data to RESTful service, Automatic format selection, Error Handling etc. You can find all these details at one location “Practical Guide to WCF RESTful Service“.

Hopefully, the reader of WCF Tutorial will find these tutorials helpful. I’ll try to provide more informative articles on Windows Communication Foundation. Enjoy WCF Programming.

The post Review – 50 Articles completed on WCF Tutorial appeared first on WCF Tutorial.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Emaratech
United Arab Emirates United Arab Emirates
Imran Abdul Ghani has more than 10 years of experience in designing/developing enterprise level applications. He is Microsoft Certified Solution Developer for .NET(MCSD.NET) since 2005. You can reach his blogging at WCF Tutorials, Web Development, SharePoint for Dummies.

Comments and Discussions

 
-- There are no messages in this forum --