eek! To my buddy who is caring for an ill family, good luck. For my captive audience, here are the resources I talked about today around RESTful Programming with WCF 3.5 and Syntactic Sugar with .NET 3.5.

RESTful Programming with WCF 3.5

 wcfrest

  1. Get the Training Kits
    • Why? Hands on labs, demos, presentations, videos
    • What? VS 2008 + .NET 3.5, 3.5 SP1, Windows Azure, more!
  2. Enjoy the resources on the Windows Communication Foundation REST Starter Kit page and especially the very cool whitepaper: A Guide to Designing and Building RESTful Web Services with WCF 3.5
  3. Improve your “webby” development life with the Web Development Helper.

 

Syntactic Sugar with .NET 3.5

syntactic sugar

  1. Get the Training Kits
    • Why? Hands on labs, demos, presentations, videos
    • What? VS 2008 + .NET 3.5, 3.5 SP1, Windows Azure, more!
  2. Explore the hyperlinks on each topic discussed…

List<feature> listOfFeatures = new List<feature> {
{ ID=“
Generics”, Fx=“2.0” },
{ ID=“
Nullable Types”, Fx=“2.0” },
{ ID=“
Anonymous Methods”, Fx=“2.0” },
{ ID=“
Delegate Inference”, Fx=“2.0” },
{ ID=“
Local Variable Type Inference”, Fx=“3.5” },
{ ID=“
Object Initializers”, Fx=“3.5” },
{ ID=“
Anonymous Types”, Fx=“3.5” },
{ ID=“
Lambda Expressions”, Fx=“3.5” },
{ ID=“
Extension Methods”, Fx=“3.5” }
};