ReMix Talk

As I posted previously, I talked at Atlanta ReMix 2010 conference past Saturday.  Entire event was a a success, we had over 200 people there.  We had great presenters and good topics.  My topic was “Microsoft Silverlight and Windows Azure: A Match Made for the Web” You can download PowerPoint presentation here.  You can download …

Continue reading ‘ReMix Talk’ »

ElementName Binding Inside Silverlight DataGrid

If you ever used ComboBox inside a templated columns inside DataGrid in Silverlight, you probably encountered the following issue.  If you use ElementName to bind ItemsSource for a ComboBox in this situation, you will find that ElementName cannot be resolved.  Typically, you have to put your items source inside Resources collection on your use control, …

Continue reading ‘ElementName Binding Inside Silverlight DataGrid’ »

Windows Phone 7 Database

I just uploaded and published new CodePlex project I have been working on.  It is an Isolated Storage based database for Windows Phone 7.  I converted my existing Silverlight database project I published a long time ago and adapted it to Windows Phone 7. It supports multiple strongly typed tables, basic Linq based operations, addition …

Continue reading ‘Windows Phone 7 Database’ »

ReMix 2010 in Atlanta

If you have not registered for this fine event I blogged about previously, you have a week left. You can register for it here: http://reMIXatlanta.org.  You can also check out the list of session that will be presented there. Yours truly will be presented a session there as well.  The title will be “Microsoft Silverlight …

Continue reading ‘ReMix 2010 in Atlanta’ »

Windows Phone 7 Application with OData

In this post I will continue exploring Windows Phone 7 development.  Almost any application needs a data source.  There are a few options available for Silverlight applications on Windows Phone.  You can use plain WCF service.  You can optionally put it on Azure.  You can also use Isolated Storage.  Essentially it becomes your custom database.  …

Continue reading ‘Windows Phone 7 Application with OData’ »

Getting Started with Windows Phone 7 and Silverlight

In this post I will go through the steps of creating my first Windows Phone 7 application using Silverlight.  It will be simple and will mostly concentrate on tools rather than phone specific functionality.  Of course, I will do more posts describing features that are specific to Silverlight for Windows Phone 7. First thing I …

Continue reading ‘Getting Started with Windows Phone 7 and Silverlight’ »

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!’ »