Click here to Skip to main content
15,886,519 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 Nov 2009 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.
6 Oct 2008 by Modesty Zhang
Port Cairngorm 2.2.1 to Silverlight 2 Beta 2. Includes all source code and a sample application.
28 Jul 2010 by Ernesto Herrera
Integrate Reporting Services with your Silverlight Line-of-Business applications.
31 Jul 2012 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.
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 Mar 2010 by Adrabi Abderrahim
Pivot 1.4, Spring and Hibernate is my RPG Game
9 Dec 2009 by itzik.spitzen
Visual WebGui is reshaping web development, the way VB6 did with WOW - Windows Over Web revolution. Visual WebGui enables VB-like drag & drop, object oriented, WYSIWYG development methodologies but adds extension and customization capabilities.
26 Apr 2010 by Timmy Kokke
Getting started with the basics of validation in Silverlight
9 Nov 2010 by Sergei Dumnov
It explains how to display business intelligence dimension table using Silverlight TreeView
29 Jul 2012 by Christian Amado
This brief tutorial pretends to demonstrate how to add custom properties inside DomainService's metadata class
20 Jan 2011 by Gil Fink
Adding Metadata to Entities in The Data Model
15 Feb 2011 by Addison-Wesley
This chapter gives you a better understanding of what Flex is, both as a technology and as a development environment (Flash Builder).
22 Feb 2011 by rudigrobler
The top requested features for WPF, Silverlight and WP7
12 Jan 2012 by Savalia Manoj M
Hi All,I am developing Silverlight application with Prism 4 and WCF RIA service.I had searched on google to get sample explaining this, but failed to get any successful output.I am confuse about how to use RIA service in PRISM Application.Please suggest any link which provide...
25 Jul 2012 by Christian Amado
Is recomendable that you create one service for all tables. But this is not a limitation.Have you got Navigation property on your Entity Framework Model?Must have a relation in the model and Database of course.Hope it helps.
19 May 2008 by Stephanie Rodriguez
The open-source Spring Framework has become a popular application framework for building enterprise Java apps. This chapter explores the newest features in Spring AOP (Aspect-Oriented Programming), including @AspectJ-style annotations, the AspectJ pointcut language, Spring AOP XML tags and more.
16 Mar 2010 by Evan Hutnick
This whitepaper explains how through smart use of UI and Data virtualization, content recycling, XAML optimizations and more, RadControls for Silverlight deliver first-class performance.
31 Aug 2010 by CaseyMuse
This article will provide a quick tour of the ImageGear for Silverlight toolkit while developing a multi-page image viewer, running completely on the client, via managed code. Once the viewer is built, it will be ready for deployment to the Windows Azure Cloud via an Azure Cloud Service project.
20 Nov 2010 by Sandeep Mewara
It looks like you want to ask this question to an author related to his/her article. I would suggest you to please use the forum present at the end of the article in order to reach author and get quick response. Rarely you will find authors reading this forum. Please post the same at the...
2 Dec 2010 by Karl Treier
OK so I have followed all the steps in the example at:http://msdn.microsoft.com/en-us/library/ee707353(VS.91).aspx[^]And login is working but my DataDomainContext is not authenticated when calling RIA Services. How does the DataDomainContext know to use the authenticated identity...
10 Dec 2010 by Beavis Killer
This article demonstrates how to generate plain old class objects (POCO) from the Entity Framework v4 (EF4) and use them through RIA Services in SilverLight version 4.
4 Jan 2011 by Jason Beres
Infragistics delivers better insight into complex business data with their data visualization controls, data visualization user experience and the Infragistics Motion Framework that lets you quickly build rich, interactive data visualizations to give users richer insight with an engaging experience.
12 Jan 2011 by Learning_abc
I am trying to learn Silverlight.For the application that i am developing i am using the ADO.Net Entity Framework as a Data Model.The questions that i have are :1. How do i create an N-Tier Application in Silverlight esp. when the solution is divided into Silveright Application and Web...
12 Jan 2011 by Espen Harlinn
Here is a good link:ScottGu's Silverlight Tips, Tricks, Tutorials and Links Page [^]And here is anotherScottGu's Silverlight 4 Training Kit[^]RegardsEspen Harlinn
13 Jan 2011 by Abhinav S
In all likelihood, You would need a web service for the business logic.RIA cannot be the bridge, that would be the entire application.The Silverlight UI would be part of the web application - so in effect, you cannot divide the application into a web app and a Silverlight app.
25 Jan 2011 by jlcj02
Hi.I am uisng SIlvelight 4, and RIA Services, so I am calling some store procedures with SL2005. the Store procedures all working successfull. except one of them, because it is taking a lot of time. I have an error regarding to timetout.This SP do a lot of instructions When I try it in SQL...
18 Feb 2011 by Marcio_Coelho
The creation of a user control that is built with watermark, tooltip and that can be reused in many areas of your app
4 Apr 2011 by BobJanova
Before starting let me say I am not an RIA user.A web page (which is what an ASHX resolves to from the client point of view) has content. In that content you can put whatever you like, which the client (RIA) needs to parse. Your ASHX code has access to context.Response and in there you can...
6 Apr 2011 by StraightLazy
Sorry yes, this is indeed the answer... Can't see how i've missed that, by simply making a HttpResponse and writing what u want back I got the needed items!So if anyone has a similiar question send a response with HttpResponse and read it from the sender!Thanks for the help!
20 Apr 2011 by appxdev
Hi guys,I had a domain services (build in Silverlight Business Application Web) the Silverlight App local (e.g TestAppSilverlight and TestAppSilverlight.Web) is ok which I can implement CRUD method. (but I can't async this app !!!)But when I deploy this domain services via...
25 Apr 2011 by Visual WebGui
Explore the implementation and integration of HTML5 in the powerful Visual WebGui .NET framework as a custom control using jQuery
25 May 2011 by Patrick Kalkman
Start by calling your WCF RIA service from an internet browser. WCF RIA services automagically creates an endpoint for you to connect on. Try it and check if you can get it to work without using your client.The endpoint is located at the following url: [ApplicationBaseURI] +...
26 May 2011 by buzzluck68
Many thanks to Mark Salsbery for the answer to this problem. When I changed the project to debug from IIS, it told me that I needed to install ASP.NET 4 on my server. I thought I had already done that by using the Add Windows Features, but apparently that only intalled ASP.NET 2. So I...
26 May 2011 by Member 7958280
I Want Example of Error Logging or Tracing msgs to store in Database(SqlServer). Using Silverlight 4(C#) with ria Service and EF4.0
26 May 2011 by Abhinav S
Clog: Client Logging, Silverlight Edition[^] is an excellent article about a highly customizable client logging provider.
4 Jul 2011 by mohit`12
Hello ,I am working on project with Silverlight 4 and Local Web hosting and i am really new to web Development.What needs to be done is here :Host a Website with Sign-In / Sign-up Page (DONE . Business Application does work)Able to see settings page which holds textboxes and labels and...
27 Jul 2011 by sharma sandeep
I want to manage the instance and concurrency mode in WCF RIA services like plain WCF service .how can i do this ,as the atribute does not appear in domin service(RIA serivice).
9 Aug 2011 by Piyush Nandanwar
HiI have created a domain service class (WCF RIA Services) for the current architecture of database using entity framework model.I have added a method in domain service class which is used to get a record from two tables.But the changes are not reflecting in silverlight...
10 Aug 2011 by Piyush Nandanwar
HiI am working on an app where I am using WCF RIA services and entity framework.On laod,i have written a method which gets a list of schedules from database(as fetched using RIA method LoadOperation).I have put a breakpoint on the method,but when I debug it the list shows 0 count and...
16 Aug 2011 by FantasticFiasco
I am using web deploy in VS2010 to deploy my RIA project to IIS. How do I configure the deployment to not delete or deploy files in the App_Data folder. I want them untouched after the deployment.I already ticked the following setting in project settings:[X] Exclude files from the...
12 Oct 2011 by I.explore.code
Try clearing the browser cache and then reload the page. The XAP file has to be updated, also check for any script errors on the page. I know your question is old and you probably may have figured out the solution in which case I would request you to close this question.Cheers
12 Jan 2012 by Jaganathan Bantheswaran
Hi,I hope this pdf guide will help you
3 Apr 2012 by Srinivasan Raj
I have to implement server side paging in Silverlight Datagrid with update functionality. My problem is there are 300 records in the database, The datagrid should display 10 records per page. I'm making some changes in the first page and then to the third page. Once I click submit Changes made...
3 Apr 2012 by Unareshraju
please see below URL may helps to youhttp://blogs.telerik.com/vladimirenchev/posts/09-04-16/full-support-for-domaindatasource-with-radgridview-for-silverlight-3.aspx[^]http://blogs.telerik.com/blogs/posts/10-03-10/q1-2010-new-feature-paging-with-radgridview-for-silverlight-and-wpf.aspx[^]
28 May 2012 by Savalia Manoj M
We are in the middle of the development cycle of our new product. When we designed it about a year ago, we chose WCF Services->Silverlight combination.I have been reading about RIA Services lately. My questions are1.What are the advantages that we get using WCF RIA Services over plain...
4 Jun 2012 by Mayank Garg
Hi,While saving the large images in Sql Server-2008 R2 database from Silverlight 4.0 desktop application I am gettimg the below error.The HTTP request to 'http://' has exceeded the allotted timeout. The time allotted to this operation may have been a portion of a longer...
13 Jun 2012 by Mostafa Elsadany
hi everyone how i cab retrieve data from database by ria service in silverlight with condition if i set condition in domain data source class this condition will filter data from memory after get all rows or filter data when get from database thanks from any help
14 Jun 2012 by Farhan Ghumra
data will be already filtered it wont be like that it will first fetch all d data and thn filter
15 Jun 2012 by bluesathish
Hi Mayank,I think you need to manually set the timeout values in binding settings of your web.config file. By default it'll be a 1 minute, you should have to increase it.For (ex), bindings> There are several timeouts like closeTimeout,openTimeout etc. you can set...
1 Jul 2012 by Mostafa Elsadany
hi every om whis the in , any operators in linq or Lambda i want select all job id where job_id in (1,2,3)or how i can send condition public IQueryable GetJob_Allowance() {return this.ObjectContext.Job_Allowance.Where(ds => ds.Job_ID ---- {1,2,3});}thanks for anyhelp
25 Jul 2012 by renabee
Hi,When creating the domain ria services, we should make one service for each table or one service for all tables??I'm asking this cause i created one service for each table, and worked fine with simple tables. But now i'm having problems with Parent/child tables... private...
30 Jul 2012 by Christian Amado
Your code applies over the Entity Model not in database.So the model pass the query to the database and the database process the query.Regards.
21 Aug 2012 by Christian Amado
My advice is that you must use hashed data in your .lic. Because if you can decrypt the encrypted data anyone can decrypt it. So, you have a security issue there.Remember that in silverlight isn't recommendable to read file from client PC. May be this class help you in server & client...
3 Oct 2012 by renabee
Hi, anyone knows any good tutorial on how to publish a RIA services project into azure and then reference those services in any silverlight project?
31 Oct 2012 by Loki
It will work if you use Windows Authentication, even remotely.
6 Nov 2012 by Member 9578199
Hi,I have an exposed stored procedure as JSON in ria services. When i go to this procedure adress in the localhost it works fine, when i upload to the server it dosen't work (normal tables work). the JSON file is 3.8mb.After adding the function import, i created my metadata for this...
2 Jan 2013 by srinivas.dammalapati
When i select Combobox dropdown list and click on clear button its getting clear but if we not select Combobox dropdown and click on Clear button its throughing Complex object instances can not be shared in silverlight 5 but in silverlight 4 its working in both cases. Please can help me its very...
26 Mar 2013 by amin uddin cs
For people coming from SOAP/WSDL services background will find it hard to grasp some of the concepts of WCF RIA service initially. Say for example if you got an web service operation similar to this on your .asmx or WCF service public Employee GetEmployee() when you generate the proxy...
3 May 2013 by TokiHana
I am really confused.I followed this tutorial:http://msdn.microsoft.com/en-us/library/ee707362%28v=vs.91%29.aspx[^]I know how to add but now i don't know how to add method , which get data from 2 table not from a table.Because the result i want have properties from 2 tables.A for...
3 May 2013 by i964682
I don't know which type of result I should return.-> What do you need?Someone please give me tip.-> Use a query to get the data from both tables.
5 Jul 2013 by Member 7802839
Hi All,Calculated properties work fine when the WCF RIA Services are created under the web page that hosts the Silverlight application. However, I cannot figure out why computed properties do not work with WCF RIA Services Class Library (everything else works fine with WCF RIA Services Class...
26 Feb 2014 by Jorge J. Martins
Hallo fellow codersI have this strange behavior on my Silverlight project working with RIA Services and ADO.NET Entity Data Model.On my Data Model I have a master table (PRT_NEWS) with two foreign keys to two related tables (PRT_EXT_NEWS_ESTADOS and...
26 Feb 2014 by Jorge J. Martins
I've solved it myself.Here's the thing:One combination I didn’t try before was to decorate the member with the [Include] AND complement the get method with the .Include(“PRT_EXT_NEWS_IMAGENS”).It seems to be working...
18 Apr 2014 by Rogerio P
Dear developers friends .In the last month I have faced a problem I can not solve . I know it will be difficult to explain to get some help but I'll try .I am developing an application in Silverlight , using WCF RIA Services.The environment of the company where I work has an internal...
20 Aug 2014 by Member 11026149
Hi,How to develop RIA web applications using HTML5, CCS3, JQUERY and JAVA. Is there any framework is available to built web applications.In my web application contains grids and drop downs with images and Rich Text editors are there.Can any one suggest, which frame work is good for this.
4 Sep 2014 by Umesh Shukla
It is very much depend upon your requirements for choosing the framework. there are multiple framework available for your use like SPRING MVC, GRAILS, VAADIN, GWT, WICKET,PLAY, STRUTS AND JSF where you can write your back-end code as well develop your ui with html5 css3 and jquery.
31 Oct 2014 by Thota Nani
Hi, In my project we are using Silverlight, WCF Ria Services, DomainService Class in MVVM architecture. I am not understand clear flow of the code, How the Xaml is connected to the Code. Please any body can help me, i am suffering a lot in the project
16 Jul 2010 by defwebserver
An example of a Silverlight Application that implements Create, Read, Update, and Delete using web services
27 Apr 2010 by Katka Vaughan
Search and play YouTube videos inside a Silverlight 4.0 application! Learn about RIA Services, right-click event handling, themes, and styles.
26 Jul 2011 by Kunal Chowdhury «IN»
Communicate Between Two Local Silverlight Applications
8 Jul 2011 by Weidong Shen
Part 2 of a series describing the creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services. In this second part, we will go through various topics on how MVVM Light Toolkit is used in our sample application.
5 Feb 2018 by Stas Wolski
This article describes how to implement a meeting room booking system in an ASP.NET MVC project with dhtmlxScheduler.
9 Jan 2010 by Sacha Barber
A demo app that shows how to upload a file using Silverlight/HttpHandler/MVVM, and includes Silverlight MVVM Library and Helpers.
25 Feb 2010 by Sacha Barber
An introduction to ADO.NET Data Services / RIA Services.
3 Nov 2014 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.
11 Mar 2010 by Raul Mainardi Neto
Discovering the features of Silverlight 4
8 Mar 2011 by Weidong Shen
Part 3 of a series describing the creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.
5 Feb 2009 by Basab Dattaray, Modesty Zhang
This article presents a flexible and practical reusable control that is essential to modular Silverlight applications. It helps to improve a large Silverlight application's composite structure and run time performance.
8 Jul 2011 by Weidong Shen
Part 3 of a series describing the creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services. In this part, we will discuss how custom authentication, reset password, and user maintenance are implemented in the sample application.
30 Oct 2011 by DrABELL
ASP.NET GridView control hosting another GridView in data-centric web applications
12 Jun 2010 by keesari_anjaiah
In this article, you will learn the basics of the Silverlight technology.
25 Sep 2010 by defwebserver
An example of Silverlight View Model communication between Master and Child View Models
11 Jul 2009 by Modesty Zhang
This article presents the techniques and caveats of building a 3-tire Azure hosted application using Silverlight 3 (presentation tier), .NET RIA services (business logic and data access), and Windows Azure Table (data storage).
11 Jan 2011 by Kunal Chowdhury «IN»
A Quick Guide to Silverlight Ribbon Controls (Part - 1)
8 Mar 2011 by Weidong Shen
Part 1 of a series describing creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.
16 Nov 2009 by V.GNANASEKARAN
An article on how we can expose our data efficiently with minimal effort by leveraging Microsoft ADO.NET Data Services.
19 Nov 2010 by Modesty Zhang
Session Management, Navigation, Security and Data Sharing aspects of SOHA - Service Oriented HTML Application
1 Jun 2010 by santosh poojari
Quick ASP.NET development using WCF RIA services
7 Jul 2011 by Weidong Shen
Part 1 of a series describing the creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services.
13 Feb 2011 by Brij
This article discusses another official plugin of jQuery that is Globalization
8 Aug 2010 by defwebserver
The Silverlight DataGrid using inline editing, paging, sorting, and button events, using the View Model.
26 Apr 2009 by Modesty Zhang
Presents the design and interface considerations together with implementation details for NumberTumbler custom control in Silverlight 3 Beta
30 Aug 2010 by defwebserver
This module allows you to easily gather, and process Expense Reports, from users in your DotNetNuke portal
24 Oct 2010 by Modesty Zhang
Presents a web app programming model that promotes web standards, achieves high scalability by eliminating classic web server pages, and also enables rich interactivities without browser plug-ins.
17 Apr 2009 by El Bob-O
This article describes my experiences in trying to learn the JavaFX programming language by writing a Chess program.
10 Sep 2010 by Brij
This article discusses about one of the new features "Client ID generation" of ASP.NET 4.0
13 Jun 2015 by DrABELL
Pure HTML5 modal pop-up box ("darkbox") implemented via CSS 3
10 Feb 2008 by Michael Sync
The simplest way to do CRUD (Create, Retrieve, Update, Delete) operations in Silverlight using ADO.NET Data Service (Astoria).
25 Oct 2011 by defwebserver
An advanced LightSwitch tutorial covering PreProcess Queries, Email, PopUps, WCF RIA Services, and HTML pages