Tag: Silverlight
20 posts.
-
Pasting pictures from clipboard to SharePoint in browser, via Silverlight 5
Silverlight 5 was quietly released to the world to very little fanfare, considering the looming Windows 8 launch with WinRT next year, and the world (at...
-
Changes in SharePoint Client Object Model Redistributable SP1
Summary: Enum Microsoft.SharePoint.Client.RecycleBinItemType.Web was added in Silverlight Client Object Model SP1. No other significant changes...
-
REMIX thoughts: where HTML5 and Silverlight fits in with SharePoint
Congratulations to Microsoft Australia for pulling off another really great REMIX event. My biggest take-home thoughts came from the combined session...
-
Silverlight + SharePoint - add to web part gallery
This article covers how to go about packaging a webpart for the Silverlight XAP file and deploy it to Web Part Gallery. In the previous article I described...
-
Silverlight + SharePoint 2010 - package XAP file in a sandbox WSP Solution
This is a long series of blog posts on developing, debugging and deploying Silverlight and SharePoint solutions....
-
Silverlight - sharing a common class between Silverlight and .NET
Because Silverlight is compiled against a separate set of Silverlight runtime, we can not reference or share a common library between a Silverlight project...
-
Silverlight - the magic of Silverlight RIA Toolkit
I checked in some code. Moments later, my colleague asked me: "did you check in the service reference for this...
-
Silverlight - RadScheduler and required field data validation
In my current project I'm having the pleasure of working with the Silverlight RadScheduler control. While you may read and feel it is a very bloated...
-
Silverlight - code behind back to MVVM
Philosophical difference between code-behind and the ViewModel Because VS.NET is firstly a visual tool, it tries very hard to give developers an easy...
-
SharePoint 2010 and Silverlight 4.0 Webcam
Tonight's Silverlight play involves Silverlight 4 Web Cam API, and SharePoint 2010 Client Object Model. SILVERLIGHT 4 WEBCAM API Silverlight 4's WebCam API...
-
Silverlight - merging detached object back to the attached data context
This is a short post on something that we did in the days of Silverlight 2~3, before we have RIA services. Consider two method signatures on the service:...
-
Silverlight PivotViewer and SharePoint
Microsoft just released a new control PivotViewer for Silverlight. http://www.microsoft.com/silverlight/pivotviewer/ If you haven't seen this yet - go check...
-
Silverlight Unit Testing - adding a timeout to EnqueueConditional
Since a lot of Silverlight work is asynchronous in nature, the Silverlight testing framework has many helper functions to essentially do "non blocking wait...
-
Silverlight first asynchronous test run twice
I'm observing a pretty odd behaviour - the first test of my MVVM is running twice. Exhibit Original code: [TestMethod, Asynchronous] public void...
-
Silverlight Unit Testing Framework - modify/remove Tag Expressions dialog
The default Silverlight Unit Testing framework project has a lovely Tag Expressions welcome dialog that lets you decide (within 5 seconds), whether you want...
-
Develop and deploy Silverlight + SharePoint 2010 Solutions (part 3 - light it up)
A quick summary of part 2 : How to attach debugger, check network traffic with Fiddler Do your VIEWFIELDS, FILTER and SORT on the server LINQ is converted...
-
Develop and deploy Silverlight + SharePoint 2010 Solutions (part 2)
A quick summary of part 1 : Environment (tools) Creating Silverlight project Creating XAML Hooking up Silverlight databinding to mock data Implement real...
-
Develop and deploy Silverlight + SharePoint 2010 Solutions
I had the pleasure of presenting at the Australian SharePoint Conference on Develop and deploy Silverlight + SharePoint 2010 Solutions . I had a blast,...
-
Silverlight + SharePoint + CAML - best practices
I was reviewing http://microsoftpdc.com/Sessions/PR07 regarding SharePoint client object model tonight, in consideration of how the client object model...
-
SharePoint 2010 and Silverlight
Was working on a presentation on SharePoint 2010 and Silverlight. Finally, I get to marry my two favourite technologies in one awesome demo. There's...