Over on our forums, many of you have reported difficulty with the ComboBox control when using RIA Services. Kyle McClellan (@KyleMcClellan) suggested that we drill into various ComboBox scenarios to see what works well and what doesn’t. Our goal was to produce some samples that address common scenarios, and to...
[Read More]
Async Validation with RIA Services
Almost a year ago, I posted a lengthy article on how to implement Async Validation with RIA Services and DataForm. It was hard; much harder than it should have been, and we all knew it. Since then, things have changed, and async validation is a lot simpler. Let’s take a...
[Read More]
RIA Services V1.0 and Beyond
I came to Microsoft 2 years ago to join project Alexandria, which had the goal of making Silverlight an approachable framework for building business applications. The domain really excited me and it’s been an honor to work on this product. In case you’ve been living under a rock, we released...
[Read More]
Member.Of – Avoiding hard-coded strings for property names
In the hallways of building 42, several of us have talked about how often we need to hard-code member names as strings in code, but we always feel like there should be some language operator to do this. We’ve specifically said there should be a memberof() in C# the same...
[Read More]
RIA Services - Documentation Guidance and Community Samples
As the RIA Services team is wrapping up our V1 release, several team members have been diving into the forums, writing blog posts, and in general trying to connect with the community to make sure we’re tying up all of our loose ends. We would also like to make sure...
[Read More]