Posts

Showing posts from November, 2010

Silverlight 4.0 Tutorial (10 of N): Working with the PathListBox

Image
You can find a list of the previous tutorial posts here Continuing our RegistrationBooth Application, In this post we will make a change to the way we display the list of attendees. Currently we display them in a standard ListBox, we will replace this with a PathListBox, the PathListBox is a new customized control that comes with Blend SDK. From its name this control is a list box however its elements are placed on whatever path you draw so instead of having our attendees placed vertically in the ListBox we will have our attendees placed along the path we will draw, let’s start by deleting the existing ListBox. First thing is to draw the path on which we will display the attendees, we will draw a big arc and place it in the left corner, drag an arc shape from the assets window Drop it on the left column and set the StartAngle to 0 and the EndAngle to 180 to make the arc like a half ellipse To convert this into a PathListBox, right click on the arc and select Path->Make

Silverlight 4.0 with SharePoint 2010 (2 of 2)

Image
In the previous post we set the stage for how can we start building Silverlight applications for SharePoint 2010 You have three options to actually program against the SharePoint from Silverlight: First there’s the SharePoint web services that have been there for a long time, Second there’s the new REST APIs that is suitable for working with strongly typed lists and the final option is the Client Object Model. The Client Object Model is a simple to use API that can be called from .NET CLR, JavaScript or Silverlight, we will stick with the Client Object Model cause this is the most suitable one to use from Silverlight, If you are familiar with developing for SharePoint on the Server Side (using SPWeb, SPList, etc.) then you will find that the COM (Client Object Model) mirrors a subset of the objects that are on the server. For Silverlight applications you need to reference the COM APIs there are two DLLs that you need to reference in your Silverlight project Microsoft.SharePoint.

HTML5 and Silverlight: The hype is over. Thanks Bob!

After a long week full of confusion, controversy and anger, Bob Muglia provide more clarification . Kill Silverlight?! what did you think guys?! For GOD’s sake Silverlight is not the Ugly Kin to simply terminate like this. By the way, too many “Is Silverlight Dead?” screams out there but no “Is Flash Dead?” ! does this tell anything?!