Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to create a silverlight application working as workflow designer. This will communicate with ASP.NET server using Web Services.
I'm trying to decide among two approaches how to display changed data in the grid. Whether is better approach to download all the necessary data
in the beginning, to work in client and to update database when you finish. This solution would probably need something like update server each five minutes
automatically (and possibility to cancel changes). The second approach is to update server after each change (new object in designer, changed status, ....).
I can see the difference between the communication (just in the beginning and when saving but a lot of data or save constantly just a small amount of data),
the difference would be as well if the client would fail, the second approach would mean that not all of the data would be saved.
Is there something else what I should be aware of?
Posted

1 solution

Before deciding to your designing approach, it is better to explore how to work with Silverlight using RIA(Rich Internet Applications) and webservices. Here are a couple of good articles that helps you to grasp this knowledge.
1.Silverlight 4, Ria Services, and Entity Framework Complex Types[^]
2. NET RIA Services Intro[^]
 
Share this answer
 
Comments
[no name] 12-Dec-11 20:09pm    
5!
Wonde Tadesse 12-Dec-11 20:11pm    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900