Silverlight 4 + COM + SQL Server = Cool!

Today is the day to talk about COM possibilities in Silverlight 4.  One would question the titles of my post.  COM and Cool in the same sentence?  Let me proof this title to you. First, let me take a closer look at COM.  In order to access COM, you must install Silverlight application on a …

Continue reading ‘Silverlight 4 + COM + SQL Server = Cool!’ »

The MSDN Southern Fried Roadshow

Glen Gordon, our local evangelist is doing another road show.  Here are the event details. Thursday, February 25, 2010 1:00 PM – Thursday, February 25, 2010 5:00 PM Eastern Time (US & Canada) Welcome Time: 12:30 PM Atlanta Marriot Alpharetta 5750 Windward Pkwy Alpharetta Georgia 30005 United States Language(s): English. Product(s): Azure Services Platform, Microsoft …

Continue reading ‘The MSDN Southern Fried Roadshow’ »

Entity Framework 4.0 and Multiple Data Contexts

In the EF version 1.0, there was a problem when one would try to update multiple contexts as part of a single transaction.  For example, I can use Transaction Scope, the update one context, then second context.  Here is sample code to illustrate:   using (TransactionScope scope = new TransactionScope()) { try { using (RolodexEntities …

Continue reading ‘Entity Framework 4.0 and Multiple Data Contexts’ »