I have been asking my self this question from the time i started workin in the software development field,
What is the best way to access data? Which gives the best performance? Which is the best for maintainability?
There are lots of solutions to deal with database in the Asp.Net web app,
- Entity framework 4.0
- Classes generator using ADO.Net such as Code Author ( i liked the way it works and the way it accesses the database using the data access block in Microsoft Enterprise Library).
i will start a new project tomorrow,and i don't know which approach is better??Any idea?