|
Hi David
Your CRUD web service generator utility is very helpful. What i am trying to achive now is how can i write a service for getting the data from related enitities because in your utility or in any other example we just get data from an entity.
I already tried getting data from different entity and wrote logic in .NET to get what i want and then form a object and expose as WCF service but the calls to different related entities is taking too much time.
So in short what i am asking is either a way to improve the performance if we have to make individual calls to different entities or any other way to get the data as a service from related entities.
Any help will be appreciated as always..
Thanks
Sachin
|