C# class generator from oracle database table

  • Thread starter Thread starter Guest
  • Start date Start date
Use CodeSmith tool and templates for this
http://www.codesmithtools.com/features/tutorial.aspx

Example of building DAL is over there
http://community.codesmithtools.com/blogs/tutorials/archive/2006/02/13/nettiers.aspx

Kumar said:
Hi All,

Do you guys know any tools/addins which will generate C# classes based
upon the oracle 8i database tables.
I would like generate c# classes like BIL,DAL as shown in Issue tracker
sample application.

http://www.asp.net/starterkits/downloadissuetracker.aspx?tabindex=0&tabid=1

Any kind of help is greatly appreciated.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top