Isolating OData Calls in Silverlight.

As Software Engineers we strive to build elegant solutions.  We tend to layer our architecture so that our code is modular so that our code is testable and maintainable.  With Silverlight this poses some particular challenges specifically when dealing with external services.  All external calls from with Silverlight are asynchronous in order to prevent developers... Continue Reading →

“Update on the 5’s”

Microsoft’s MIX11conference is next week in Las Vegas. This is Microsoft’s conference dedicated to UX.  It has been at this conference where the various versions of Silverlight have be announce/released.  It was at this, last year, that they announced the Windows Phone 7 SDK. Prior to this year’s conference a message from Microsoft Developer Division... Continue Reading →

Why Repositories Matter!

I recently read a blog titled “Architecting in the pit of doom: The evils of the repository abstraction layer”. In it Ayende makes some pretty compelling points as to why you should not use repositories.  In his example he is stating that NHibernate’s ISession and Entity Framework’s Context objects are repositories.  He also states that... Continue Reading →

The Dawn of Interconnectivity!

I was cleaning out my RSS reader and came across an interesting post from KELLABYTE. She wants a seamlessly integrated world. I have seen commercials for Verizon FIOS that may be deliver that. The challenge comes in delivering that across the spectrum of applications. Pairing you life with the cloud is a must in this... Continue Reading →

What Does it Mean to be “Lookless”?

One of the powerful features of Silverlight is the ability to have fine grain control over how your application looks. This power is given to use through “Lookless” controls or more commonly known as Templated Controls.  What this means is that the functionality of the control is contained in a class file and the look... Continue Reading →

Create a website or blog at WordPress.com

Up ↑