I want to generate C# code automatically, for data access in my asp.net projects. Which of the approaches (also why) is more suitable for automatic C# code generation: Entity Framework or ApexSql Code?
Please note that I'll be updating db model from time to time. I want to do this with minimal effort (e.g. without need to run a sql diff tool if possible).