Hi,
I am working on LLBL gen project Data layer in my ASP.NET(C#).
I want to migrate this application to silverlight 3 or above.
Now I have created the sample silverlight application, Sample WCF service for integrating the LLBL data access layer methods.
(I have one class in LLBL data layer, for database operation (insert/delete/select).
How / what type of datatype needs pass the entity values to WCF and populates in Silverlight.
Previously I used to take direct entity declaration (refer the LLBL dll ), now it is not allow to add in Silverlight project.
Please provide me right approach or provide me samples or Proof of concept.
Thanks
Suresh.S