The quest for a good application theme never ends. You spend hours scouring the realms of Google and Bing looking for a clean, modern, a...
Showing posts with label SilverLight. Show all posts
Showing posts with label SilverLight. Show all posts
Wednesday, May 29, 2013
Saturday, January 5, 2013
Custom Authentication in Silverlight
"Muggle-born have no access to go inside the chamber of secret Harry, and only a heir of Slytherin can open the chamber. Since he i...
Silverlight Application with Dispatcher and asynchronous WCF service
This article is about Dispatcher that makes Silverlight application responsive. It demonstrate how Dispatcher allows to update UI of the...
Monday, December 3, 2012
WCF in a stateful application (WPF/Silverlight)
This article looks into a possible solution for handling the Faulted state and Closure of a WCF service when being used in a stateful appli...
Sunday, November 18, 2012
Facebook C# SDK - and Silverlight 5
Now that Silverlight 5 has hit the RTW build, it is now time to officially release Facebook C# SDK build for Silverlight 5. Starting wi...
Saturday, November 17, 2012
XAMLflix presents RadPivotGrid for WPF and Silverlight
As you may have read in the latest issue of the Telerik Newsletter, we are proud to announce a brand new XAMLFlix episode on RadPivotGrid...
Tuesday, October 30, 2012
TilePanel - An alternative to the WrapPanel
The TilePanel is a WPF Panel similar to a WrapPanel that wraps its content by placing the items at the topmost position in the control. Thi...
Wednesday, October 24, 2012
Silverlight CommandBinding with Simple MVVM Toolkit
Silverlight 4 enables CommandBinding by using properties like Command and CommandParameter only for Button Base Class which means that Co...
Tuesday, October 16, 2012
Showing a busy indicator per view in Silverlight using MVVM
When using Silverlight, everything is asynchronous. It seems to be the trend, the same goes for Windows 8. This means that you will need ...
Monday, September 10, 2012
Enable Visual Studio debugging or Breakpoints for Silverlight Project.
Following are some solutions which you can apply, if your Visual Studio is not debugging your silverlight project or if your breakpoin...
Thursday, August 30, 2012
Passwords & Secrets (Encryption & Observable Collections)
Passwords & Secrets is a notepad-style app that you can protect with a master password. Therefore, it's a great app for storing a...
Monday, August 27, 2012
Step by Step Creating UserControl : DataGridView With Paging
I have Created this UserControl for those who are looking for DataGridView paging functionality. So many times we are using DataGridView ...
Silverlight 5 Modal Windows
You can display multiple Window instances in trusted, out-of-browser applications. This enables you to create non-modal dialog boxes, tea...
Thursday, August 2, 2012
Playing Youtube videos in Silverlight 5 using VLC Media Player
In this article we would see, how we could leverage the support of VLC control for playing "Youtube" videos. Requirements Y...
Tuesday, July 31, 2012
Telerik Silverlight & WPF Controls Q2’12 SP1 Release is Here - with PivotGrid CTP
In keeping with one of our favorite traditions, it is a great pleasure to announce the first service pack of Q2 for RadControls for Silve...
Monday, July 30, 2012
Introduction to Telerik RadControls for Metro (Bar Chart)
Telerik is one of the lead providers of .NET components and development tools. At work, my group utilizes a lot of Telerik products, so w...
Wednesday, July 25, 2012
Reading QR Codes In Your WP App
I have recently been working on an application for a client that needs to read QR codes. This has lead to some interesting findings. Ther...
Debugging WinRT/XAML bindings
Visual Studio 2012 may not (yet?) support debugging of XAML bindings debugging in WinRT/Metro-style applications in a way we're used ...
Tuesday, July 17, 2012
Return Multiple Values(or Objects) in VB.NET
You might have searched "How to return multiple objects in VB.Net" in google and you might have got a lot of Ir-relevant articl...