Yes I was trying to extend what HoL does using recipe. I want to create a recipe based on inputs.
I was trying to generate a class in a BLL layer consuming DLL class & calling its methods.
Now I may be understanding it a little bit better.
So *.template file is different than *.t4 files.
So template is understood by Visual Studio & *.t4 file is understood by GAX.
I think my correct question is how to generate a .t4 file using an existing class file?
thanks
vsv