Wednesday 26 November 2008

WCF - Ways to Create Proxy Class?

In WCF, There are 4 ways to create the proxy class:

1. Using the Add Service Reference dialog box in Visual Studio
2. Using svcutil.exe
3. Creating the proxy class manually by inheriting from ClientBase or DuplexClientBase class
4. Creating the proxy class dynamically at runtime using ChannelFactory class

Here are the details:

No comments: