WayneBrantley wrote:
Would that be sufficient in your case?
I am actually fine with the above, no problems - just was lobbying for a note in the docs so it would be clear to me next time I forget.
heh fair enough
Otis - Now that 2.6 is out the door, what are we to look forward to next?
V3 will sport a new designer, based on the old one (code when necessary is migrated, UI looks at places the same, but the rest is new) and will have model first development as well as the good old database first development type. We'll move away from binary files to a text-based DSL based entity modelling format, with the help of clever editors
You will also be able to design visually in a visual DSL (not with vs.net's dreadful dsls but with our own wpf based stuff) and modifying the model with the visual editor will modify the text dsl and vice versa, undo-redo on the model level (
) so it's pretty cool
The projects will consist of 3 parts: entity model, meta-data and mappings, and 4 target platforms will be supported (our own, nhibernate, linq to sql and entityframework), and a complete new code generation system + templates will be added, but I'll keep that under wraps for now, as I dont want others to steal the idea
We'll also add a quick model feature, which is something I wanted to do for a long time and which I think will be something people will be talk about for a long time. It has to do with the fact that you can interview your client and at the same time build the model, which is presented visually to you so the client can understand it too.
Stay tuned