First Experiences with the Service Factory BAT
I started to work with the new
Web Service Factory or Service BAT tonight, err this morning. I can see where this will be a huge help with designing and implementing WCF Services. For instance, take a look at
my screen shot here of the GAT template for Creating a New WCF Service. This generates
this second screen which shows the generation of projects for all the layers of the solution as well as things like Data Contracts, etc. This creates the following guidance:
|
You have successfully created a WCF solution
Actions performed:
- Solution structure created.
- Projects added to the solution structure.
- Corresponding references between projects added.
Next Steps:
- Create the Data Contract.
- Create the Fault Contract.
- Create the Service Contract.
- Create the Service Contract implementation class.
- Create the Service Host.
- Test the Service Host.
- Create the Service Client.
- Test the Service Client.
|
This is going to be very useful as it continues to evolve.