I have a class library that reads and writes to a local SQL CE database using Entity Framework 4.2 code first. I want to access the class library from a Silverlight 4 OOB app.
What is the best way to do this?
Do I have to turn the class library into a COM object?
Would it be better to use Silverlight 5?