ObjectSharp

The leading provider of Microsoft technology solutions and services in Canada: Silverlight, SharePoint, and .NET.
Welcome to ObjectSharp Sign in | Join | Help
in Search

Browse by Tags

All Tags » ria   (RSS)
  • WCF Ria Services vs Entity Framework

    This is a quick tip for anyone using WCF RIA Services with Entity Framework.  The WCF RIA Services team has fixed what I consider a fairly annoying ‘bug’ with Entity Framework.  In Entity Framework the EntityCollection class does not implement INotifyCollectionChanged, however the client side EntityCollection class that RIA uses is part ...
    Posted to Dan's Blog (Weblog) by dan on February 1, 2010
  • RIA Services XMLMetaDataProvider and Dynamic Assemblies

    If you are using the XMLMetaDataProvider and have a dynamic assembly reference your service might fail with the following error:            The invoked member is not supported in a dynamic assembly There are two fixes for this problem, one is to use the full attribute names.  So ...
    Posted to Dan's Blog (Weblog) by dan on January 15, 2010
  • WCF RIA Services XMLMetaDataProvider Problem

    The current RIA Services project I’m working on has been using the XMLMetaDataProvider due to the fact that our model and DomainService are in different projects.  This rules out defining your metadata in a partial class for each entity.   As the project got bigger we noticed that randomly our metadata was not being created at build ...
    Posted to Dan's Blog (Weblog) by dan on January 14, 2010