I have a Silverlight application, a WCF service with a class library with ActiveRecord entities
I need to load a list of entities from the class library in the WCF service and send it to the Silverlight application
- How do I initialise ActiveRecordStarter in service and establish connection to DB?
- How do I provide ar:sessionScope?
- How do I do lazy loads?
Thanks for any help and any code