Creating an empty WCF Service Project in VS2008

Caporegime
Joined
18 Oct 2002
Posts
29,493
Location
Back in East London
I'm making more and more of these for work, and having to cut out all the chaff before I can even start is *really* starting to wind me up.

By chaff I mean the unnecessary references, example code, using statements, blah blah.

Does anyone know how to create a WCF service project from an Empty project, or perhaps have a template (or means of making said template)?

Ta!
 
Create the project how you want it (i.e. remove all the rubbish), and the File > Export Template. You can then use then when creating a new project (I did this with ASP.NET MVC, as that has a lot of chaff in there to start with).
 
Back
Top Bottom