• Assembly Caching Infragistics Silverlight control assemblies

    Way back in Silverlight 3 Microsoft added a feature called Assembly Caching which allowed developers to configure their Silverlight apps in such a way that the assemblies needed by that application could be cached on the client.  This means that the actual XAP file that is downloaded by the client can be dramatically reduced and the client would only take a one time hit to download the initial set of application assemblies…

    • Thu, Jul 15 2010
  • Creating Custom Columns for xamGrid

    When we originally sat down to design the xamGrid one of the problems we knew we wanted to address (based on lessons learned from building other grid controls) was providing an easy way for developers to extend the control by creating their own custom column types.  We knew that in the initial versions of the grid we were not going to be able to provide all of the column types we wanted to (the grid now includes seven…

    • Thu, Jul 8 2010