Thursday, January 1, 2009

Windows Communication Foundation(WCF) .Net Framework 3.5 certification

I recently completed Microsoft .Net Certification Exam(70-503) Windows Communication Foundation 3.5 application programming (WCF). I assume this is first standard certification exam for WCF from application development standpoint. I would like to share my thoughts & insights on exam, syllabus & preparation.


For a person with strong hands on experience in WCF application development I think this exam should be easy to get through. Exam focuses on your WCF application development skills only. Don't worry too much about internals of channels, listeners esp. building custom channels, overriding listeners behavior, composing custom bindings. Just know how they work and their overview.

For example, You should know the exact order of binding elements in a binding. Required and optional binding elements when building a custom binding. Transport binding element and encoding binding element are always required in any binding we build or use.

Spend as much time as you can on areas like security digital certificates, security tokens, security credentials and how they're utilized in WCF environment.

Get a good grasp on WCF transactions, sessions, instances and their inter dependencies. you'll find volley of questions on this topics in the exam.

Deploying WCF services, Hosting WCF services in different ways and consuming WCF services are another important areas to keep an eye.


Get a complete big picture of all standard bindings supported by WCF and their features. if you can prepare yourself a comparison chart it'll be easy to understand

For example: WS-Httpbinding doesn't support duplex communication. TCP binding supports duplex communication.

I've utilized four books for my preparation for the exam.

  1. Microsoft Windows Communication Foundation Step by Step by John Sharp
  2. Inside Windows Communication Foundation by Justin Smith
  3. MCTS .Net Framework 3.5 WCF application development (Exam:70-503) by Microsoft Press
  4. Learning WCF - Michele Leroux Bustamante O'Reilly publisher
I don't suggest you read all these books. But, after reading these books I can definitely say they atleast confuse you.

For instance, Learning WCF book says Default instance context mode for WCF services is PerSession mode whereas remaining books suggest PerCall mode as the default

From my personal opinion, you can prefer Microsoft Windows Communication Foundation Step by Step as a first book to read. This book attempts to present WCF concepts in a simple and precise manner not getting into overwhelmingly complex details.

For advanced users who intend to take WCF exam, Learning WCF is also a good read. Learning WCF is a kind of reference book. We'll have to tailor out necessary chapters for WCF exam.

Inside Windows Communication Foundation book is way beyond the expectations of beginners or intermediate WCF developers. Only advanced WCF developers can extract something useful for them. But, if you're interested in WCF extensibility then it's a good resource to begin with. But definitely this book gives you a very big picture in understanding whole WCF paradigm specifically channels, listeners, bindings, messages and all those core WCF concepts.

Finally, MCTS .Net Framework 3.5 WCF application development book can be utilized as last reference guide to see if we're aligned with WCF exam perspective. Just skim through the book to verify we covered everything ourself. I don't recommend this book as a serious reading for learning WCF. This book presents content in a passive, monotonous and disconnected way. It's kind of one time read for exam sake.

That's all I can think of for now. Any questions, send me an email or post your comments

To know more about the WCF certification visit this link

http://www.microsoft.com/learning/en/us/exams/70-503.mspx