What is the best, efficient and fastest way to expose an existing (class) library (which primarily defines CRUD operations ) as a service (WCF Service or WCF Data Service), so that it can be used with Silverlight or Ajax. Are there tools (code generators, RAD tools), which can support this ?
Thanks in advance for your help and hints.
What is the best, efficient and fastest way to expose an existing (class) library
Share
The best approach is to use WCF to create a wrapper yourself.
You should do this, rather than using some automation to just expose the library directly because: