pontonet wrote:
I meant better approaches, for instance, NHibernate, and so on.
ORM tools then.
pontonet wrote:
Technologies that does it almost automatically for you, without needing to write much SQL code directly.
Ah, well... Can't help you if you are looking for ORM tools. I'm a big fan of creating stored procedures and a DAL that is a proxy for the stored procedure. I don't advocate exposing tables directly on the grounds that it is a security risk. Although, having said that some ORM tools do make better allowances for stored procedures LLBLGen I believe is one.
Upcoming FREE developer events: * Glasgow: db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ... My website