5

I am working a project where I need to generate a series of classes to represent/access data in the database. Third party projects such as hibernate or subsonic are not an option. I am new in this subject domain, so I am looking for information on the topic. The project is in .net and I am using MyGeneration. I am primarily looking for information.

What is your single best resource for topics on code generation of data access?


Please post only one link at a time and look for your resource before posting. If you find your resource, please vote up instead of posting it. . ( I am not interesting in rep, just information)

Mark Harrison
  • 297,451
  • 125
  • 333
  • 465
wusher
  • 12,291
  • 22
  • 72
  • 95

3 Answers3

4

Are you using .NET? Try MyGeneration

cruizer
  • 6,103
  • 2
  • 27
  • 34
2

CodeSmith

Cade Roux
  • 88,164
  • 40
  • 182
  • 265
1

ORAPig generates Python interfaces for Oracle packages. A Postgresql module is being worked on.

http://code.google.com/p/orapig

Mark Harrison
  • 297,451
  • 125
  • 333
  • 465