Category 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

Free .NET Decompiler – JustDecompile

Few days back I read one blog post from Telerik, about beta release of JustDecompile. From official blog : JustDecompile is a new, free developer productivity tool designed to enable easy .NET assembly browsing and decompiling. In the past it … Continue reading

Posted in .Net, .Net 4.0, Miscellaneous, Silverlight | Tagged , , , | Leave a 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