Sharepoint silverlight World Analog Clock Webpart
Hi, SharePoint 2010 has built-in support for Silverlight Web Parts, making it easy to get Silverlight applications up and running. But in real scenarios sometime requirement needs more customization then its hard to integrate the requirement with out of box WebPart. In this article I will explain how a SilverLight application can be integrated to the sharepoint webpart. Requirements of WebPart : Analog clock should be displayed to the home page of the site which can be personalized and customizable for the normal user. User can add as many as world clocks as he/she want and set the timezone and able to do basic configuration. following are the key points of the requirnments. Can add multiple clocks to the WebPart. Can display the time only Select desired Time Zone from the list Change clock title Show/Hide seconds hand Show/Hide milliseconds dial Show/Hide tenth seconds dial Explanation: After goggling few I found Bamboo webpart which is pretty fine for me and fits my re...