I\'m playing around with Entity Framework 4.3, and so I am using the DbContext Generator to create the context and entity classes.
With the default EF 4 code genera
Well it depends what you are trying to do. If you just want to implement custom properties/methods you could use the funcionality of partial classes. If you want to change lets say setter/getter of your properties in your entity designer you'd have to adapt the dbContext generator template file. It's a T4 template.