Skip to main content
Home Forums Silverlight Programming WCF RIA Services Are RIA Services Serverside DB Calls Asyncronous?
2 replies. Latest Post by Sergey.Lutay on November 6, 2009.
(0)
alaskanr...
Member
19 points
67 Posts
11-06-2009 5:42 PM |
From the server side if you want to use a RIA connection to access a DB and you use the public interfaces of the code generated designer.cs for the edmx models, are they asyncronous?
bryant
Star
9937 points
1,629 Posts
11-06-2009 5:50 PM |
The server side code depends on how you implement it. That code isn't generated like the client side code.
Sergey.L...
Contributor
7256 points
1,354 Posts
11-06-2009 6:22 PM |
Hi,
Server side is synchronous by default. Asynchronous is call to server side from Silverlight application for do not stop a UI thread of client application.