ria
WCF RIA Service : underlying provider failed on open
I am using SL4 + RIA services class library + EF. Application should use windows authentication (LAN based).[详细]
2023-04-11 14:01 分类:问答How to auto-load details (with conditions) associated with an entity using Ria Services?
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[详细]
2023-04-11 09:15 分类:问答How to hide a column in a code-first entity (RIA)
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[详细]
2023-04-11 01:03 分类:问答How can I provide the ServiceURI constructor parameter when instantiating a DomainContext declaratively?
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[详细]
2023-04-09 02:26 分类:问答How to load master-details data(more than 2 hierarchy) using WCF RIA Services
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[详细]
2023-04-09 00:46 分类:问答Redirecting users with JavaScript disabled
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[详细]
2023-04-08 07:53 分类:问答Async CTP call a wcf ria service method that returns a string value
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[详细]
2023-04-08 06:57 分类:问答Silverlight wcf ria services : Validation Annotation questions
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[详细]
2023-04-08 02:05 分类:问答RefreshEventName for filtering on ria services for visual studio 2010
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)[详细]
2023-04-07 16:03 分类:问答Silverlight and RIA Services with LINQ-to-SQL DataContext - Unable to use client side linq queries
I have created a bare bones Silverlight application with RIA Services. The domain service class uses a LINQ-to-SQL class as its DataContext.[详细]
2023-04-06 03:08 分类:问答