.norm version 0.1 released

Un collega ha appena rilasciato una apha release del suo nuovo .NET object relational mapper.

I principali obiettivi del progetto sono:
  • No additional code, such as default constructors, are necessary.
  • Object CRUD operations should be possible without any database mapping necessary.
  • Objects with dependencies should be in a valid state when they are returned from the database.
  • A single class will map to a single table in the database.
  • Database mapping will be done via reflection by default and attributes when specific names are necessary.
  • Mapping via attributes instead of XML.
Maggiori dettagli nel post con l'annuncio e nella pagina del progetto.

Print | posted @ martedì 31 gennaio 2006 13:56