This is from ASP.Net MVC in Action by Palermo et al and pertains to decisions we make to do something the quick and easy way. The problem with this is described:

"The best practice still stands to avoid putting data access in your presentation layer; any data access concern in a controller action creates technical debt that will put a tax on maintenance for the life of the application"

Well said!