Template comparison:
The new template in VS 2008 has not changed much. The main difference is the naming convention of project files generated, the separation of service contract and service type files, and the sample service contract and service type code is slightly different.
Impact to Learning WCF labs:
Anywhere I ask you to create a WCF Service Library, you should follow the same steps. The difference will be in the file location where the service contract and service type is located.
Summary of WCF Service Library in VS 2008:
The most likely scenario for creating a new WCF service is to create a new WCF Service Library. That is, a class library assembly with a service contract and service type within. Select the template as shown here:
It generates the same result as VS 2005 with Orcas extensions, except that the service contract and service type are in separate files (IService1.cs and Service1.cs):
Subscribe to dasBlonde RSS feed updates: Powered by FeedBurner
Designed by NUKEATION STUDIOS