Tag Archives: Silverlight

Webcams in Silverlight 4.0

Microsoft Silverlight 4.0 supports Webcam and microphone access from Web Applications like Flash. This feature enables a number of scenarios, such as capturing and displaying images, uploading profile pictures to social networking applications etc. Here is code part, which will … Continue reading

Posted in .Net, ASP.Net, Silverlight | Tagged , , , , | 1 Comment

Upload multiple files using Silverlight

Early this year I wrote a post about creating a File Uploader using Silverlight and WCF. And today I got a question from one forum, about to create uploader for multiple files. And here is source code, I am just … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Silverlight, WCF | Tagged , , , , , , | Leave a comment

Silverlight 5 Beta Is Available For Download

Microsoft Silverlight is a powerful tool for creating and delivering rich Internet applications and media experiences on the Web. Silverlight 5 builds on the foundation of Silverlight 4 for building business applications and premium media experiences. Among other capabilities, the … Continue reading

Posted in .Net, .Net 4.0, Silverlight | Tagged , , , | Leave a comment

Developing a simple RSS Reader in C#.Net

Yesterday one of my ex-colleague asked me how RSS feeds works and how to parse it in .Net Framework. I think helped him to get an idea about how RSS works. For the second one I started searching and I … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Silverlight, WPF | Tagged , , , , , | Leave a comment

How to Add Items to Sharepoint list using Silverlight Object Model

Last few days I am working around Silverlight Object Model with sharepoint. In this post I am explaining about adding items to Sharepoint list using Silverlight Object Model. I created a list in sharepoint with few columns like Name, Email … Continue reading

Posted in .Net, .Net 3.0 / 3.5, sharepoint, Silverlight | Tagged , , , , | 4 Comments