The Wayback Machine - https://web.archive.org/web/20120925034326/http://www.codeguru.com/member.php/Jeffrey+Juday/

Articles Written by Jeffrey Juday

Implementing a WCF Message Contract

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.

IIS WCF File-less Activation with MEF

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.

WCF, ASP.NET MVC, and the new ASP.NET Web API

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.

Building Task Based WCF Services with Task Parallel Library

Tasks and the Task Parallel Library (TPL) will soon be entering the Windows Communication Foundation (WCF) vernacular. WCF 4.5 will include Task based options, however, a WCF developer needn't wait for .NET 4.5 to leverage TPL. Jeffrey Juday shows you how to build a TPL Task based WCF Service with WCF 4.0.

Whitepapers and More

  • HTML5 is the new standard that is expected to take over the Web. New versions of browsers are already starting to support the advanced …
  • This IBM Limited Edition ebook, "Systems Engineering For Dummies," explains what systems engineering is and how it can help you simplify the …
  • With server virtualization becoming more commonplace, many businesses are now looking to extend virtualization to areas like storage and …

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds