Can you use the Entity Framework directly from Silverlight? -


I see data access in Silverlight, using RIA services seems to be removed from back end. Is direct use of a serial framework straightforward or is it impossible and therefore instead of using RIA services is required?

It seems that using the unit framework directly from the serial lights against the SQL Ezur database, the more efficient and flexible way of handling the data by moving through an additional layer of RIA services What do I miss here?

You can not use unit framework directly in Silverlight for ease you work on runtime on client side are doing.

Emphasizing EF that you have access to your database, which you should not give to client side runtime.

The best solution is to use RIA services so far, which offers a simple and transparent way to manipulate your data and is similar to EF.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -