This post comes to you from a guest writer, Kyle McClellan. Kyle works with me on the RIA Services team and he’s contributed to the DomainDataSource feature (among many other features in the framework). Kyle made the changes that allowed us to remove ControlParameter and use ElementName bindings for FilterDescriptor...
[Read More]
DomainDataSource Filters and Parameters
Of all changes that made it into the RIA Services RC release, one of the ones that I'm happiest about is the deletion of a class called ControlParameter. Yes, ControlParameter is gone, gone, gone--finally! If you’re wondering how you’ll get your UI-based filters and parameters to work without ControlParameter, do...
[Read More]
ContosoSales Application for RIA Services RC
With the release of the RIA Services Release Candidate, it was time to refresh the ContosoSales application that was first shown in the PDC keynote. Let’s take a look at the changes made to move to the new release. The steps below are based on having downloaded the styled ContosoSales...
[Read More]
Lookups in DataGrid and DataForm with RIA Services
While off reading random blog posts on the tubes, I stumbled upon a post that describes a 101-level scenario of using lookup data in the DataGrid and DataForm with RIA Services. The author was struggling to find a solution for the problem and was clearly frustrated. The scenario is very...
[Read More]
Quickly Changing Your Visual Studio Theme
Do you have multiple personalities in Visual Studio? I do. And so do I. I like to code with a dark background;I like to send people code snippets using more traditional colors. Awhile back, I wrote about how to quickly change profiles in Visual Studio, but with Visual Studio 2010,...
[Read More]