I have seen the newest .NET show on the web recently and it introduced the
ORM (Object Role Modeling). I think that this is a very good approach in
order to build Object Orientated Models. Is there some kind of possibility
to generate C# code stubs out of the ORMs yet. I think that this is the very
missing stone in the whole idea. If we think further the information stored
within the ORM would allow generating some kind of a Ralational-Object
Mapper code including simple SQL. So if you changed your ER Model or add
some new "Facts" you would just generate your ALTER-nation statements for
the DB and generate new C# classes including the update of the Relational -
Object mapping. Don't you thing that this is actually the future of how
applications will be created?
is it something like ObjectSpaces?
So long
Pawel
ORM (Object Role Modeling). I think that this is a very good approach in
order to build Object Orientated Models. Is there some kind of possibility
to generate C# code stubs out of the ORMs yet. I think that this is the very
missing stone in the whole idea. If we think further the information stored
within the ORM would allow generating some kind of a Ralational-Object
Mapper code including simple SQL. So if you changed your ER Model or add
some new "Facts" you would just generate your ALTER-nation statements for
the DB and generate new C# classes including the update of the Relational -
Object mapping. Don't you thing that this is actually the future of how
applications will be created?
is it something like ObjectSpaces?
So long
Pawel