Welcome to EMC Consulting Blogs Sign in | Join | Help

SSIS Junkie

Once upon a time this blog was a hive of activity. Now however its pretty lifeless as you can probably tell so if are pining for more of the same you can find me over at http://sqlblog.com/blogs/jamie_thomson. I look forward to seeing you there!

Storing data in the Mesh : Live Framework

Lately I’ve been talking a lot about the Live Framework and showing some of its typical uses for Mesh-enabled web apps but I haven’t really dug into the code as much as I’d like to. Katrien De Graeve has written a great blog entry Live Framework – storing data in a Mesh-enabled Silverlight web application in 4 steps that shops just how ridiculously simple it is using C#.

In its simplest form its nothing more than this:

   DataEntry partyEntry = new DataEntry();
   partyEntry.Resource.Type = "Party_DataEntry";
   partyEntry.Resource.Title = textPartyName.Text;
   partyFeed.DataEntries.Add(ref partyEntry);
   partyEntries.Add(partyEntry.Resource);

Well worth a 5-minute read.

-Jamie

Published 30 November 2008 13:05 by jamie.thomson
Filed under:
New Comments to this post are disabled

This Blog

Syndication

Powered by Community Server (Personal Edition), by Telligent Systems