we are going to develop a big web application in MVC 3, and need to improve the Performance and speed of the application, so we have decided to use WCF. But is there a good way to write all our business logic in WCF ? What is a good way to use WCF effectively?
One more problem is that there are a large number of classes, so a large number of service references will need to be added to the project.
How can i effectively implement WCF for good performance?