This is a non-technical post. It’s certainly geeky though. We all have them: bills that are due on something other than a monthly schedule. Car insurance, home owner’s insurance, life insurance, vehicle registration, Pandora One, pick your poison. It can be difficult to work these bills into the monthly budget...
[Read More]
Add/Remove with DataForm and RIA Services
Note: The limitations discussed herein no longer apply once you get WCF RIA Services V1 SP1 Beta (or later). See Kyle McClellan's blog for more info. Tom Beeby posted a topic on the RIA Services forums about adding a new entity via the DataForm buttons. Specifically, he pointed out a...
[Read More]
Sharing Source with Silverlight
I am one of the proud folks that gets to work on the System.ComponentModel.DataAnnotations assembly. This assembly is used by several products, and it seems more are starting to depend on it. Part of the fun with this assembly is that it exists for both Silverlight (as of Silverlight 3),...
[Read More]
Not Breaking on ValidationException (take 2)
Awhile back, I blogged about how Silverlight uses Validation Exceptions, which can cause the debugger to break. I showed how to prevent that from happening, but the solution was less than ideal. Someone named rlodina commented on the post: What about manual adding: System.ComponentModel.DataAnnotation.ValidationException in this list. This comment has been...
[Read More]
DomainDataSource.DataView
There have been a couple of discussions on the .NET RIA Services Forums regarding the DomainDataSource.DataView property. Colin Blair tossed in a comment that relates to something we’re working on: This looks like as good a place as any to say I would like to see the actual object behind...
[Read More]