I built my data access layer with the new code first stuff from Entity Framework 4, with a class derived from DbContext and various DbSet members.
Now I'm expanding to Silverlight and want to use WCF RIA services to access the DB. Do I have to start over with ADO.NET Entity Data Models, or is there some way to use what I've got?