Yasser ShohoudYasser's personal space on the WebLiving In Austin- June 25, 2006 On Saturday 617 I boarded a flight from Seattle to Austin and I didn't have a return ticket. You see, for family reasons I moved to Austin and joined the Microsoft Technology Center. The goal of the MTC is to help customers map their business problems to solutions based on Microsoft products and services. MTC Architects work with customers in three primary ways: Strategy Briefings (1day), Architecture Design Sessions(2days), and Proof-of-Concept Workshop(2-3weeks). You can read more about..http://blogs.msdn.com/yassers/archive/2006/06/25/646611.aspx More on the WCF RSS Sample- June 21, 2006 Last week we put up a sample named WCF RSS Toolkit on wcf.netfx3.com and I posted a sample service using it here. Since I wrote most of the toolkits code I thought Id talk a bit about its goals, design and the future. There were two primary goals for this sample: To exploreprototype RSSAtom support in WCF and get customer feedback Provide a sample to show WCF developers how to expose a service as RSS and Atom over HTTP GET using WCF v1 Note the and not or in 2, meaning the same service...http://blogs.msdn.com/yassers/archive/2006/06/21/641817.aspx WCF RSS Sample- June 15, 2006 Mark is looking for some sample code for the recently released WCF RSS Toolkit. I've put the readme up here. I won't repeat the whole readme here but here's a peek at the programming model. There are several shortcuts for feeds from databases and feeds using existing data types so you should really check out the readme. An example service: using System;using System.ServiceModel;using System.Collections.Generic;using Microsoft.ServiceModel.Samples.Syndication;namespace...http://blogs.msdn.com/yassers/archive/2006/06/15/632436.aspx |