What new feature(s) would you like to see in the add-in? Post your suggestions here.
2/18/2009 10:47:32 AM
 pchanez Posts: 1
|
Have an option to generate/extract one cs file per class from the edmx
|
|
0
• permalink
|
3/12/2009 1:46:05 PM
 mkamoski Posts: 46
|
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...
|
|
0
• permalink
|