Hi,
Not sure wether this it the right place, but let's give it a try. Can I use DevForce to create an API that my clients can use to interact with my application/database? If so, what are the tips and tricks? If not, I guess I'll be building WCF webservices from scratch.
I'm thinking some 'repository' class for the client with some common functions and do the retrieval (and some security stuff and business ruling like filtering only those products that the client can retrieve) hidden using ideablade.
Any thoughts or suggestions on this?