No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky0Votes
WCF RIA Services and VS 2012
Read http://thedatafarm.com/blog/data-access/vs2012-edmx-defaults-now-align-with-ef-team-guidance-re-dbcontext-usage/#comment-3891 for a change that was made in Visual ...3 Replies | 5990 Views | Created by Colin Blair - Wednesday, August 15, 2012 11:12 PM | Last reply by D Kulkarni - Wednesday, August 22, 2012 4:21 PM -
Sticky0Votes
WCF RIA Services V1 SP2 Shipped with Silverlight 5 Tools
We are excited to announce that WCF RIA Services V1 SP2 is now available as a part of Silverlight 5 Tools. V1 SP2 adds the ... -
Sticky0Votes
WCF RIA Services SP2 preview and toolkit is now available!
At MIX 2011, we release WCF RIA Services SP2 preview. You can find all the information in the following ... -
Sticky0Votes
How the ASP.NET Security Vulnerability Impacts WCF RIA Services Applications
On September 17th we released a Microsoft Security Advisory addressing a security vulnerability affecting ASP.NET. Scott Guthrie recently posted an ...1 Replies | 14295 Views | Created by kylemc - Wednesday, September 22, 2010 1:53 PM | Last reply by D Kulkarni - Tuesday, September 28, 2010 5:11 PM -
Sticky0Votes
WCF RIA Services Resources
A list of useful RIA Services resources: - RIA Services application samples and walkthrough can be found at the RIA Services Code Gallery ...
-
Unanswered0Votes
WCF Ria Services silverlight 3 install
Hi, I have an old project that uses silverlight 3 + Ria Services, but I cant find the Ria Services for Silverlight 3 download link, can someone send it to me? My e-mail is ...2 Replies | 157 Views | Created by Frederico Stockchneider - Sunday, June 30, 2013 5:05 PM | Last reply by Frederico Stockchneider - Thursday, August 22, 2013 2:17 AM -
Answered1Votes
Hosted Wcf Service with Callbacks
Hi, I have a hosted wcf service that runs within a Windows Service/Console application. My silverlight application connects to this service using ...6 Replies | 385 Views | Created by Greg_AD - Monday, September 10, 2012 1:48 PM | Last reply by Colin Blair - Tuesday, August 20, 2013 6:07 PM -
Unanswered0Votes
File locked after use by sending an attachment in a email using Gmail
Hi, I'm sending an email using Gmail with an attachment. After that I want to delete the file. But it is been ...2 Replies | 44 Views | Created by Bernybon - Monday, August 19, 2013 7:39 PM | Last reply by Bernybon - Monday, August 19, 2013 9:15 PM -
Answered1Votes
Business logic concurrency during submit
I have been using RIA Services to create a web service (using DbDomainService with Entity Framework Code-First). It seems that when multiple users are saving changes on their ...5 Replies | 93 Views | Created by Bokumn - Thursday, August 15, 2013 2:17 PM | Last reply by Colin Blair - Friday, August 16, 2013 4:30 PM -
Answered0Votes
Load operations to return single column data
Hi, i am working a silverlight project where i need to pull all the employee numbers in to a combobox. i mentioned below method in ...1 Replies | 58 Views | Created by gvnspk - Thursday, August 15, 2013 6:44 PM | Last reply by gvnspk - Friday, August 16, 2013 3:17 PM -
Answered0Votes
Is there a simple answer to a domaindatasource timeout in RIA please ??
Hi, I have a long-running data query in my DomainService code. It can easily take over a minute to run - as its trawling through a LOT of data and summarising it. Now - I can see where I can set the ...4 Replies | 4758 Views | Created by GrahamCDL - Sunday, January 24, 2010 6:24 AM | Last reply by Nicolay Sold - Wednesday, August 14, 2013 9:58 AM -
Answered4Votes
SilverLight 4.0 C# - DomainDataSource DataGrid with CheckBox Column (UI only - not a data field) to allow user to select multiple records/rows
New to SilverLight and to posting here. Please have mercy and be specific :) Using RIA services with DomainDataSource and DataGrid control to display data rows from SQL server ...5 Replies | 1187 Views | Created by CodingRed - Friday, January 18, 2013 1:55 AM | Last reply by Rooshan Luo - Monday, August 12, 2013 3:49 PM -
Answered0Votes
All WCF RIA service don't work on Windows 8, .NET Framework 4 with VS development server
Hello, two weeks ago, I have upgraded from Win 7 ultimate to Win 8 Enterprise with VS 2012 SP3, MSSQL 2008 R2. Win 8 is running pretty good as well as VS2012. But my WCF RIA ...3 Replies | 95 Views | Created by Stephan_MZ - Friday, August 09, 2013 9:13 PM | Last reply by Stephan_MZ - Monday, August 12, 2013 1:00 AM -
Answered4Votes
RIA Services MergeState
As far as i understand, RIA services uses a merging of state during loading and submiting. It is ok. But I can't understand why RIA service merges ALL ...8 Replies | 1884 Views | Created by AlimovSV - Friday, September 24, 2010 4:03 AM | Last reply by Bruno Cunha e Silva - Friday, August 09, 2013 5:40 PM -
Answered0Votes
DomainDataSource incremental delay
Hello, I´m working on this Silverlight + RIA project and I have observed that on some parts where there are DomainDataSource used there is an incremental dalay in loading entities, that is, if I ...6 Replies | 76 Views | Created by jcgalveza - Thursday, August 08, 2013 7:36 PM | Last reply by jcgalveza - Thursday, August 08, 2013 9:24 PM -
Answered0Votes
RIA timeout values
Hello, I've been having problems with time outs in my queries, there are several solutions posted in the web on how to increase timeout values but what really called my attention is that in ...2 Replies | 73 Views | Created by jcgalveza - Thursday, August 08, 2013 1:06 PM | Last reply by jcgalveza - Thursday, August 08, 2013 3:41 PM -
Answered0Votes
SubmitChanges problem "a submitchanges operation is already in progress on this domain context resolved"
Hy, I'm working with silverlight ria services, I'm working with a dataform in witch i'am using a trigger that get fire after EditEnded Event and it bind a command in My view ...1 Replies | 59 Views | Created by HamzaFatmi - Thursday, August 08, 2013 1:20 PM | Last reply by Colin Blair - Thursday, August 08, 2013 2:15 PM -
Answered0Votes
Same query repeated - does RIA pull the data twice from the sql server?
I often use the following to populate a datagrid: context.Load<EntityType>(query).Completed += (lo, args) => { myGrid.ItemsSource = ((LoadOperation) ...3 Replies | 66 Views | Created by John A R - Wednesday, August 07, 2013 9:16 AM | Last reply by Colin Blair - Wednesday, August 07, 2013 4:33 PM -
Answered0Votes
Query taking too long HELP!!!
Hello, I'm working on a project and since I started to test with near-to-real database problems with delays started, first the whole app collapsed then I started to modify my queries and have it ...10 Replies | 125 Views | Created by jcgalveza - Monday, August 05, 2013 9:03 PM | Last reply by jcgalveza - Tuesday, August 06, 2013 12:37 PM -
Answered0Votes
Help Optimizing Login Method
I ran the performance analyzer on my SL5/EF/RIA app and it considers my login procedure to be "hot". Wondering if anyone here might be able to suggest any improvements to this ...2 Replies | 157 Views | Created by JoshSommers - Monday, July 29, 2013 9:44 PM | Last reply by JoshSommers - Monday, August 05, 2013 5:30 PM -
Unanswered0Votes
Issue in Silverlight Integration test using Ria Service
Hi All, I am working on a silverlight project. I have created unit test project and the test cases are working fine using mocking. But now I need ...1 Replies | 103 Views | Created by Dinesh Rawat - Saturday, July 27, 2013 6:28 AM | Last reply by Colin Blair - Monday, August 05, 2013 3:49 PM -
Answered1Votes
Complex types without Entity Framework?
Hi, I have a class that has a few properties each of type int, string etc. and then one property which is a custom type. When I ...7 Replies | 3163 Views | Created by developer316 - Friday, June 03, 2011 6:41 AM | Last reply by majinb - Wednesday, July 31, 2013 11:04 AM -
Answered1Votes
DomainCollectionViewLoader not getting changed data from database
We are using Kyle's example to load data from RIA Services into the DCV for use in the UI. (From this ...7 Replies | 271 Views | Created by CJKee - Saturday, July 20, 2013 11:03 PM | Last reply by Colin Blair - Monday, July 29, 2013 2:21 PM -
Answered0Votes
Create new table in database?
lets say i am installing this application on multiple servers, and there could be a chance its missing specific tables. Is there a way i can send a "CREATE TABLE [dbo].[anything]" ...2 Replies | 1174 Views | Created by Wigens - Wednesday, December 23, 2009 3:55 PM | Last reply by Hamed Shams - Saturday, July 27, 2013 12:18 PM -
Answered0Votes
RIA vs Web API
With Microsoft pushing HTTP based services and Web API aren't WCF still the preferred stack for n-tier LOB Applications ? If I understand correctly WCF does support multiple message ...2 Replies | 123 Views | Created by DoWorkAync - Thursday, July 25, 2013 9:39 AM | Last reply by DoWorkAync - Friday, July 26, 2013 5:18 AM - Items 1 to 20 of 9349 Next ›