Views: 13.6K
Replies: 2
Archived
|
Which pattern to use for the WCF serviceHello I am working on application on where I will make the ajax call to wcf service which will access the database and process business logic and respond with json object, I think you guys are very professional in terms of design pattern and I am newbie so please advice me what is the best design pattern which I can use and which give me the fast performance
Thanks Imran Khan, Sep 12, 2012
|
|
Reply 1Hi,
I do have the same question. Here the scenario for me is : There is a silverlight application calling WCF to save the data to table. Listing of saved data is also a call to WCF. Thank you, Prasad Prasad M, Nov 27, 2012
|
|
Reply 2Design Pattern will be based on what application you are building
what you are trying to build is a RESTful service is guess. Go ahead and paste the scenario so that we can best tell you what pattern to apply Mayur Sirwani, Oct 28, 2012
|