Generate a WCF service from an edmx with T4 v2
I recently published a T4 template to generate a WCF service. I updated it to be able to load its relationships from an entity.
When the template is written (what I’ve already done), it generates the WCF service for us (you just have to set the end point in the config file).
As I explained in my previous post, the great point with it is the fact that the code writing time is not dependant of the number of entities on the model. Moreover, the template is generally (it’s the case here) not dependant of the model so we can use it with another model and more generally with another project.