I'm using Entity Framework in my Silverlight 5.0 application with RIA Services.
I realized that to get the data from the client side, you have to get that data from an event when the async process is completed.
I was thinking if it's possible to create a generic repository where this one contains the DatabaseContext and get the data.
Someone can orient how to start this part.