mkamoski Posts 43
|
pchanez wrote:
Have an option to generate/extract one cs file per class from the edmx
I am not sure if this is the same thing, but...
...I would like to see a feature that allows the option to generate a shell partial class for each entity if that partial class does not already exist...
...now we are getting into more code generation, but, given that a shell partial class is generally very simple (at least to start), and given that I always end up adding a partial class for each entity in our model...
...caveat....
...this because we generally use Table Data Gateway, Row Data Gateway, Active Record, ( http://www.martinfowler.com/eaaCatalog/ ) , in our designs, which are all QandD, etc...
|