ASP.NET - Storing SQL Queries in Global Resource File?
- by Arthur Chaparyan
Is it a good idea to store my SQL queries in a global resource file instead of having it in my codebehind? I know stored procedures would be a better solution but I don't have that luxury on this project.
I don't want queries all over my pages and thought a central repository would be a better idea.