Click here to Skip to main content
15,886,026 members
Everything / RIA

RIA

RIA

Great Reads

by Max Paulousky
This article presents the techniques and caveats of building Silverlight applications that can be notified about database state changes via polling duplex. WSHttp binding and CLR triggers are used to implement the solution as well.
by Modesty Zhang
Port Cairngorm 2.2.1 to Silverlight 2 Beta 2. Includes all source code and a sample application.
by Ernesto Herrera
Integrate Reporting Services with your Silverlight Line-of-Business applications.
by Shuqian Ying
The source code and a simple demo program for a plug-in in Microsoft Managed Extensibility Framework (MEF) that provides visual display of email messages.

Latest Articles

by Stas Wolski
This article describes how to implement a meeting room booking system in an ASP.NET MVC project with dhtmlxScheduler.
by DrABELL
Pure HTML5 modal pop-up box ("darkbox") implemented via CSS 3
by DrABELL
Customize YouTube® video playback by adding web query parameters
by Geert van Horrik
This article tries to explain why you should use Catel as the (or one of the) frameworks when developing WPF, Silverlight, and Windows Phone 7 applications.

All Articles

Sort by Score

RIA 

27 Jun 2012 by Technoses
The above code will slow down the browser and the browser can hang when Rows in Grid will be 10000 or above.Please view the below suggestion:CS Codeprotected void grvGroups_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { ...
29 Jul 2012 by Christian Amado
This brief tutorial pretends to demonstrate how to add custom properties inside DomainService's metadata class
30 Oct 2011 by DrABELL
ASP.NET GridView control hosting another GridView in data-centric web applications
13 Jun 2015 by DrABELL
Pure HTML5 modal pop-up box ("darkbox") implemented via CSS 3
14 Feb 2015 by DrABELL
Customize YouTube® video playback by adding web query parameters
11 Jul 2011 by Uday Kumar B R
In this article you will learn How to develop Silverlight Application