Learn to utilize more advanced Azure Queuing features like Asynchronous Methods, LockTimeouts, and Message TimeToLive.

Learn to utilize more advanced Azure Queuing features like Asynchronous Methods, LockTimeouts, and Message TimeToLive.
WCF implementations normally take two different approaches; a Document style or an API style. Document style implementations are more flexible and often easier to extend and version. Also, Document style or rather, Message Contract service implementations, work well between systems with a shared message assembly. Jeffrey Juday guides you through architecting a WCF Message Contract implementation.
Learn about IIS 7.5 Autostart and how implementing Autostart with MEF creates more reusable and maintainable code.
Control and low coupling happen when a developer combines MEF, WCF, and File-less activation. Jeffrey Juday shows you how to chain the technologies together.
If WCF and ASP.NET MVC had offspring it would be named ASP.NET Web API. Like WCF, Web API is built for Web Service development. Only instead of building on WCF data structures; Web API embraces an MVC style experience. The result makes Web Service development more accessible to ASP.NET developers and gets WCF developers closer to HTTP.
Jeffrey Juday demonstrates some techniques to bridge TPL and WCF exception handling models in the .NET Framework.