Design pattern to consume WCF Services from ASP.NET 4

 
50   50
Oct 16, 2011
 
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)