I am using SL4 + RIA services class library + EF. Application should use windows authentication (LAN based).
I\'m developing a project using Silverlight 4 and Entity Framework 4 and I\'m trying to auto-load the details (with conditions) associat开发者_JAVA技巧ed with an entity when the client loads the Entit
I thought that would have been simple but it is not working. I can, from the lightswitch screen designer, hide a field so that it is not visible at runtime. I see that lightswitch adds a Hidden attri
I am trying to use RIA in my Silverlight app to pull down data. The twist is that The URI for server side part of the RIA connection (WCF endpoint) is not on the same web server that served up the web
I\'m trying to get my head around treeviews and am able to do two levels, but I\'m stumped with adding the 3rd level.I assume you make a 3rd Hierarchical Template - but I\'m not sure how this is loade
So, given the following markup, if a users browser has JavaScript disabled, they will be redirected to an alternate page that either attempts to emulate the sites functionality without JavaScript (per
I\'m trying to implement the following into my silverlight wcf ria services project. http://blogs.msdn.com/b/kylemc/archive/2010/11/02/using-the-visual-studio-async-ctp-with-ria-services.aspx
How do i do the equivalent of [Required] in xaml code behind? I have a dataform that autogenerates the fields from a domain service class. Is it possible t开发者_如何学Pythono add or remove the [Requ
In ria services for silverlight 3 there was a functionality through RefreshEventName in order to control when a filter should be applied to the domain service query. (usually set to TextChanged)
I have created a bare bones Silverlight application with RIA Services. The domain service class uses a LINQ-to-SQL class as its DataContext.