R
Rafael Veronezi
Hello people,
Is there somebody who knows a good pattern for writing my Data Access Layer?
I would like to build my app in the 3-tier model, I experienced a lot of
patterns I made by myself, but I didn't find one really good, or useful!
Sometimes I think they doubled the work I had... I would see some pattern
wrote to this, some kind of suggestions...
It's something like, it's good to work with classes that represents my
database entities? How it should be? It would expose the entity attributtes
as properties of the class, and the operations associed with that as
methods?
Thanks,
Rafa
Is there somebody who knows a good pattern for writing my Data Access Layer?
I would like to build my app in the 3-tier model, I experienced a lot of
patterns I made by myself, but I didn't find one really good, or useful!
Sometimes I think they doubled the work I had... I would see some pattern
wrote to this, some kind of suggestions...
It's something like, it's good to work with classes that represents my
database entities? How it should be? It would expose the entity attributtes
as properties of the class, and the operations associed with that as
methods?
Thanks,
Rafa