Data Access Components

  • Thread starter Thread starter Relaxin
  • Start date Start date
Hi,

Relaxin said:
Are there any better/simplier Database Access components out there for C#?

I find ado.net very simple and good.
However, if you are in mood, you might try one of the ORMs out there (object
oriented approach), such as Developer Express' eXpressPersistentObjects
where the mapper does much of the database stuff for you.
http://www.devexpress.com/?section=/products/NET/XPO
or
Wilson ORMapper
http://www.ormapper.net/News/
or
Entity Broker
http://www.thona-consulting.com/content/products/entitybroker.aspx
or
....
 
Back
Top