Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

What design patterns are recommended (on asp.net side) to consume WCF Services (and OData endpoints) through ASP.NET 4.0 page model to have minimum response time and maximum possible dumb view?

In short..
What is the best possible way of consuming WCF Service through ASP.NET page model? ( in terms of design patterns)
Posted
Comments
Mark Salsbery 17-Oct-11 20:00pm    
Unless you're using something like AJAX, ASP.NET code and WCF service code both run on the server side. What kind of client side technology are you using?

1 solution

Design patterns are not depending on Technology. Those are tested solutions for a particular problem in software design. You can use any design pattern(out of 23 standard design patterns) depending on the problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900